diff --git a/_data/nav.yml b/_data/nav.yml index 91660a7..506c7e2 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/_site/assets/css/default.css b/_site/assets/css/default.css index 903e98f..6418ba5 100644 --- a/_site/assets/css/default.css +++ b/_site/assets/css/default.css @@ -30,7 +30,7 @@ a { body { background-color: #282828; color: #ebdbb2; - font-family: "Fira Code"; + font-family: "Rubik"; min-height: 100vh; } diff --git a/_site/blog/2023/03/10/putting-thoughts-into-action/index.html b/_site/blog/2023/03/10/putting-thoughts-into-action/index.html index f69ada2..444850f 100644 --- a/_site/blog/2023/03/10/putting-thoughts-into-action/index.html +++ b/_site/blog/2023/03/10/putting-thoughts-into-action/index.html @@ -23,31 +23,31 @@
diff --git a/_site/blog/index.html b/_site/blog/index.html index 471a4d4..48bd742 100644 --- a/_site/blog/index.html +++ b/_site/blog/index.html @@ -23,31 +23,31 @@ @@ -97,7 +97,7 @@
all the posts, in reverse chronological. there is an atom feed above.
diff --git a/_site/feed.xml b/_site/feed.xml
index 7d8101d..4bde118 100644
--- a/_site/feed.xml
+++ b/_site/feed.xml
@@ -1,4 +1,4 @@
-
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. diff --git a/_site/til/nextcloud-php-errors/index.html b/_site/til/nextcloud-php-errors/index.html index 89ec55e..9759a9e 100644 --- a/_site/til/nextcloud-php-errors/index.html +++ b/_site/til/nextcloud-php-errors/index.html @@ -23,31 +23,31 @@
diff --git a/_site/til/running-python-in-cron-in-docker/index.html b/_site/til/running-python-in-cron-in-docker/index.html index 8c3d7be..b234a2d 100644 --- a/_site/til/running-python-in-cron-in-docker/index.html +++ b/_site/til/running-python-in-cron-in-docker/index.html @@ -23,31 +23,31 @@ diff --git a/assets/css/default.css b/assets/css/default.css index 903e98f..6418ba5 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -30,7 +30,7 @@ a { body { background-color: #282828; color: #ebdbb2; - font-family: "Fira Code"; + font-family: "Rubik"; min-height: 100vh; } diff --git a/blog.html b/blog.html index 9678bed..de9ea48 100644 --- a/blog.html +++ b/blog.html @@ -1,6 +1,6 @@ --- layout: default -title: LATEST POSTS +title: latest posts subtitle: all the posts, in reverse chronological. there is an atom feed above. permalink: /blog/ --- diff --git a/index.html b/index.html index 48244e2..388958f 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ --- layout: default -title: ABOUT ME +title: about me permalink: / --- @@ -16,6 +16,6 @@ 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.