From 0c9c9c8b16292a5d4f93073a3e7398113b9e4eed Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 8 Sep 2023 10:13:51 +0100 Subject: [PATCH] [08/09/23] titles --> lower case, font --> Rubik --- _data/nav.yml | 10 +++++----- _site/assets/css/default.css | 2 +- .../03/10/putting-thoughts-into-action/index.html | 10 +++++----- _site/blog/index.html | 12 ++++++------ _site/feed.xml | 2 +- _site/index.html | 14 +++++++------- _site/til/index.html | 12 ++++++------ _site/til/nextcloud-php-errors/index.html | 10 +++++----- .../running-python-in-cron-in-docker/index.html | 10 +++++----- assets/css/default.css | 2 +- blog.html | 2 +- index.html | 4 ++-- til.html | 2 +- 13 files changed, 46 insertions(+), 46 deletions(-) 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 @@

- ABOUT + about

- BLOG + blog

- TIL + til

- PROJECTS + projects

- PHOTOS↗ + photos↗

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 @@

- ABOUT + about

- BLOG + blog

- TIL + til

- PROJECTS + projects

- PHOTOS↗ + photos↗

@@ -97,7 +97,7 @@

- LATEST POSTS + latest posts

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 @@ -Jekyll2023-08-07T18:22:00+01:00http://localhost:4000/feed.xmlAndrew ConlinRunning a Python script periodically in a Docker container using cron2023-04-19T00:00:00+01:002023-04-19T00:00:00+01:00http://localhost:4000/til/running-python-in-cron-in-dockerRecently, my partner gave a great idea for utilising my old Kindle: generate a “newspaper” each morning from a bunch of RSS feeds, and email it to the Kindle using “Send-to-Kindle” feature (a blog post about this project is in the works).

+Jekyll2023-09-08T10:13:08+01:00http://localhost:4000/feed.xmlAndrew ConlinRunning a Python script periodically in a Docker container using cron2023-04-19T00:00:00+01:002023-04-19T00:00:00+01:00http://localhost:4000/til/running-python-in-cron-in-dockerRecently, my partner gave a great idea for utilising my old Kindle: generate a “newspaper” each morning from a bunch of RSS feeds, and email it to the Kindle using “Send-to-Kindle” feature (a blog post about this project is in the works).

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.

diff --git a/_site/index.html b/_site/index.html index 6b06a95..834a36a 100644 --- a/_site/index.html +++ b/_site/index.html @@ -23,31 +23,31 @@ @@ -97,7 +97,7 @@

- ABOUT ME + about me

@@ -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.

-

CONTACT

+

contact


You can email me, or use any of the socials in the nav menu.
diff --git a/_site/til/index.html b/_site/til/index.html index a4a8575..29d8995 100644 --- a/_site/til/index.html +++ b/_site/til/index.html @@ -23,31 +23,31 @@ @@ -97,7 +97,7 @@

- LATEST TILS + latest tils

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.

-

CONTACT

+

contact


You can email me, or use any of the socials in the nav menu. \ No newline at end of file diff --git a/til.html b/til.html index bc7fcc9..c4eacb9 100644 --- a/til.html +++ b/til.html @@ -1,6 +1,6 @@ --- layout: default -title: LATEST TILS +title: latest tils subtitle: 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. permalink: /til/ ---