diff --git a/_data/nav.yml b/_data/nav.yml index 506c7e2..91660a7 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,11 +1,11 @@ -- name: about +- name: ABOUT link: / -- name: blog +- name: BLOG link: /blog -- name: til +- name: TIL link: /til -- name: projects +- name: PROJECTS link: /projects -- name: photos↗ +- name: PHOTOS↗ link: http://andrewconlinphotography.co.uk diff --git a/_includes/nav.html b/_includes/nav.html index bd0b040..4d1e092 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,9 +1,9 @@ -
+
{{ page.date | date_to_string }} - | + | {{ content | reading_time | pluralize: "minute" }}
-
+
10 Mar 2023 - | + | 2 minutes
all the posts, in reverse chronological. there is an atom feed above. @@ -112,7 +112,7 @@
I loved this idea, and thought it would be no problem to get a Python script up and running periodically on my Raspberry Pi home server using cron
. However, I ran into various issues along the way (some of which were not so easy to resolve), so I’m collating all the configuration changes I made in the hopes that it will be useful to someone one day. You can find the full repo for this project here, and I have also included my Dockerfile, docker-compose.yml and crontab at the end of this TIL.
@@ -114,7 +114,7 @@ My main hobbies are film photography and running. I love Simon Willison, I also post my TIL series here. Any time I run into a weird error while programming, I post the full error message and the fix that I found, to hopefully help someone down the line.
-
my collection of tils (today-i-learned). i use this mainly to collect solutions to weird errors i have faced, and detail the little projects that i work on. this has its own atom feed (above) as they are typically very different from my other posts. all tils are blog posts but not all blog posts are tils. @@ -109,7 +109,7 @@
-
+
01 Mar 2023 - | + | 2 minutes
-
+
19 Apr 2023 - | + | 3 minutes