diff --git a/src/includes/posts/aoc.md b/src/includes/posts/aoc.md new file mode 100644 index 000000000..5e720294b --- /dev/null +++ b/src/includes/posts/aoc.md @@ -0,0 +1,4 @@ +- [AoC](aoc) +- [AoC](aoc-2022) +- [AoC](aoc-2021) +- [AoC](aoc-2015) \ No newline at end of file diff --git a/src/input/posts/aoc-2015.md b/src/input/posts/aoc-2015.md index 05459e085..847a294ce 100644 --- a/src/input/posts/aoc-2015.md +++ b/src/input/posts/aoc-2015.md @@ -12,6 +12,10 @@ published: 2022-01-09 + + + + Really gotten into the swing of things with AoC, instead of finishing [AoC 2021](/aoc-2021) I've jumped into trying 2015. I'll hopefully at least do a few on each year. Just need to find the time. C# again! Building up a nice library of helper functions. ![2015](images/aoc/aoc_2015.png "2015") diff --git a/src/input/posts/aoc-2021.md b/src/input/posts/aoc-2021.md index 960062a2f..f52767f44 100644 --- a/src/input/posts/aoc-2021.md +++ b/src/input/posts/aoc-2021.md @@ -12,6 +12,10 @@ published: 2021-12-01 + + + + This is my first year of AoC, 2021. Can't believe I've never done this before. We have a private work leaderboard to share progress. diff --git a/src/input/posts/aoc-2022.md b/src/input/posts/aoc-2022.md index e10a40d93..182c2f45b 100644 --- a/src/input/posts/aoc-2022.md +++ b/src/input/posts/aoc-2022.md @@ -12,6 +12,10 @@ published: 2022-12-01 + + + + AoC 2022, C# this year again. Let's see how far I get. ![2022](images/aoc/aoc_2022.png "2022") diff --git a/src/input/posts/aoc.md b/src/input/posts/aoc.md new file mode 100644 index 000000000..a7903cad0 --- /dev/null +++ b/src/input/posts/aoc.md @@ -0,0 +1,20 @@ +--- +title: AoC +tags: + - aoc +author: alexhedley +description: Advent of Code +published: 2023-11-29 +# image: +# imageattribution: https://adventofcode.com/ +--- + + + + + +Home page for all the AoCs. + +## Links + +- https://github.com/AlexHedley/adventofcode