diff --git a/_data/nav.yml b/_data/nav.yml index 91660a7..c9cb3ed 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,11 +1,9 @@ -- 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 4d1e092..4e07747 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,31 +1,10 @@ -
- {{ page.subtitle }} -
- {{ content }} -+ {{ page.title }}x +
+
++ {{ page.subtitle }} +
+ {{ content }} +- -
-+
+ A measure of how easily thoughts can be translated to actionx +
+
++ +
+10 Mar 2023 | 2 minutes @@ -132,8 +72,9 @@
The solution to this, at least for me, are frameworks such as Bootstrap and Jekyll. They put a layer between the user and the options; essentially translating and simplying all the little configurations into something much easier to work with. Columns in Bootstrap make page layouts simple; markdown-to-html parsing in Jekyll makes text formatting a breeze. But, most importantly of all, these frameworks don’t sacrifice on the possibilities. They make it easier to apply complex setups, but if you want to go in and tweak absolutely everything to your liking, go right ahead. By providing the user with simpler ways of doing the same things as before, they manage to bridge the gap between Can I do everything I want to? and How easy is it?. And I think that is beautiful.
-- all the posts, in reverse chronological. there is an atom feed above. -
-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.
….aaaaaand, voila! The command runs, the files are scanned and everything is up to date.
-- -
-+ about-me.mdx +
+
++ +
+- 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. -
-+
++ 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. +
+- -
-+
+ Fixing php errors in a Nextcloud docker-compose configurationx +
+
++ +
+01 Mar 2023 | 2 minutes @@ -154,8 +94,9 @@ This led me to running this command:
- -
-+
+ Running a Python script periodically in a Docker container using cronx +
+
++ +
+19 Apr 2023 | 3 minutes @@ -208,8 +148,9 @@ PYTHONPATH=/usr/bin/local/python3