diff --git a/content/blog/2022-12-16_advent-of-code-2022.rst b/content/blog/2022-12-16_advent-of-code-2022.rst index 289bd24..dbdf61b 100644 --- a/content/blog/2022-12-16_advent-of-code-2022.rst +++ b/content/blog/2022-12-16_advent-of-code-2022.rst @@ -2,7 +2,7 @@ Advent of Code 2022 + End of Year Updates ========================================= :author: tyrel :category: Blog -:tags: python, adventofcode, 6502, assembly +:tags: python, adventofcode, 6502, assembly, rust, go :status: published Advent of Code this year is kicking my butt so I haven't been doing any tech blogging really lately. If you want to follow my progress, I think I might be done as of day 15 - This one seems to be a traveling salesman/knapsack problem related. Here's my repo: `https://gitea.tyrel.dev/tyrel/advent-of-code/src/branch/main/2022/python `_. diff --git a/pelicanconf.py b/pelicanconf.py index d54b87e..2133995 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -17,7 +17,7 @@ MENUITEMS = [ ] LINKS = ( ('Book Me', 'https://cal.com/tyrelsouza'), - ('Code', 'https://gitea.tyrel.dev/'), + ('Code', 'https://gitea.tyrel.dev/tyrel'), ('Photos', 'https://www.flickr.com/photos/tyrelsouza/albums'), ('LinkedIN', 'https://www.linkedin.com/in/tyrel-souza/'), )