From 9fb9839a690c5861c1118aef43a9008697a58652 Mon Sep 17 00:00:00 2001 From: andrew Date: Fri, 8 Sep 2023 11:02:01 +0100 Subject: [PATCH] [08/09/23] black and yellow colours scheme, fixed title position --- _data/nav.yml | 4 +- _includes/nav.html | 6 +- _layouts/default.html | 2 +- _layouts/post.html | 4 +- .../blog/2023-01-14-musings-on-the-cinema.md | 7 +- .../blog/2023-03-05-yuri-felsen-on-love.md | 6 +- .../2023-04-29-links-arent-performances.md | 7 +- _site/assets/css/default.css | 33 +++-- .../01/14/musings-on-the-cinema/index.html | 116 +++++++++++++++++ .../2023/03/05/yuri-felsen-on-love/index.html | 120 +++++++++++++++++ .../putting-thoughts-into-action/index.html | 36 +++--- .../29/links-arent-performances}/index.html | 73 +++++------ _site/feed.xml | 14 +- _site/index.html | 111 +++++++++++----- _site/index_old/index.html | 121 ++++++++++++++++++ _site/sitemap.xml | 14 +- _site/til/index.html | 45 ++++--- _site/til/nextcloud-php-errors/index.html | 36 +++--- .../index.html | 36 +++--- assets/css/default.css | 33 +++-- blog.html | 25 ---- index.html | 34 ++--- index_old.html | 20 +++ til.html | 2 +- 24 files changed, 645 insertions(+), 260 deletions(-) rename {_drafts => _posts}/blog/2023-01-14-musings-on-the-cinema.md (94%) rename {_drafts => _posts}/blog/2023-03-05-yuri-felsen-on-love.md (96%) rename {_drafts => _posts}/blog/2023-04-29-links-arent-performances.md (91%) create mode 100644 _site/blog/2023/01/14/musings-on-the-cinema/index.html create mode 100644 _site/blog/2023/03/05/yuri-felsen-on-love/index.html rename _site/blog/{ => 2023/04/29/links-arent-performances}/index.html (65%) create mode 100644 _site/index_old/index.html delete mode 100644 blog.html create mode 100644 index_old.html diff --git a/_data/nav.yml b/_data/nav.yml index 506c7e2..83fec35 100644 --- a/_data/nav.yml +++ b/_data/nav.yml @@ -1,7 +1,5 @@ -- name: about - link: / - name: blog - link: /blog + link: / - name: til link: /til - name: projects diff --git a/_includes/nav.html b/_includes/nav.html index 4d1e092..9b5d142 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -2,12 +2,12 @@