From 6e608b86a5190e2f40035519017fce89b7f0f25a Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Mon, 29 Jan 2024 12:18:28 +0000 Subject: [PATCH] --ISO DATES-- [24/01/29] Creating weeklinks category, homepage now displays categories --- _config.yml | 12 +++++++- .../2023-12-03-weeklinks-001.md | 4 +-- .../2023-12-10-weeklinks-002.md | 4 +-- .../2023-12-18-weeklinks-003.md | 2 +- .../2024-01-09-weeklinks-004.md | 2 +- index.html | 29 +++++++++++++++++-- misc.html | 5 ---- til.html | 22 -------------- 8 files changed, 44 insertions(+), 36 deletions(-) rename _posts/{blog => weeklinks}/2023-12-03-weeklinks-001.md (99%) rename _posts/{blog => weeklinks}/2023-12-10-weeklinks-002.md (98%) rename _posts/{blog => weeklinks}/2023-12-18-weeklinks-003.md (99%) rename _posts/{blog => weeklinks}/2024-01-09-weeklinks-004.md (99%) delete mode 100644 misc.html delete mode 100644 til.html diff --git a/_config.yml b/_config.yml index 50ff3d9..bcb1be4 100644 --- a/_config.yml +++ b/_config.yml @@ -28,8 +28,18 @@ defaults: permalink: til/:title/ category: til layout: post + # weeklinks + - scope: + path: "_posts/weeklinks" + type: posts + values: + permalink: blog/:year/:month/:day/:title/ + category: weeklinks + layout: post + feed: categories: - blog - - til \ No newline at end of file + - til + diff --git a/_posts/blog/2023-12-03-weeklinks-001.md b/_posts/weeklinks/2023-12-03-weeklinks-001.md similarity index 99% rename from _posts/blog/2023-12-03-weeklinks-001.md rename to _posts/weeklinks/2023-12-03-weeklinks-001.md index 248414e..069cdad 100644 --- a/_posts/blog/2023-12-03-weeklinks-001.md +++ b/_posts/weeklinks/2023-12-03-weeklinks-001.md @@ -1,6 +1,6 @@ --- title: Weeklinks 001 - Philosophy, grief and macaques -category: blog +category: weeklinks layout: post --- @@ -27,4 +27,4 @@ Without further ado: - And finally (for a happier ending): enjoy [these excellent photos](https://time.com/3148/these-monkeys-are-having-the-best-spa-day-ever/) of Japanese macaques in a hot spring. I especially like this [almost biblical one](https://api.time.com/wp-content/uploads/2014/01/japanese-macaque-snow-monkeys-spa-day-3.jpg). Thanks for reading!
-A. \ No newline at end of file +A. diff --git a/_posts/blog/2023-12-10-weeklinks-002.md b/_posts/weeklinks/2023-12-10-weeklinks-002.md similarity index 98% rename from _posts/blog/2023-12-10-weeklinks-002.md rename to _posts/weeklinks/2023-12-10-weeklinks-002.md index c8a64d3..c0312ba 100644 --- a/_posts/blog/2023-12-10-weeklinks-002.md +++ b/_posts/weeklinks/2023-12-10-weeklinks-002.md @@ -1,6 +1,6 @@ --- title: Weeklinks 002 - Trains, iPods and plagiarism -category: blog +category: weeklinks layout: post --- @@ -25,4 +25,4 @@ A.
-[^1]: It is artificial, but certainly not intelligence. Just statistics. \ No newline at end of file +[^1]: It is artificial, but certainly not intelligence. Just statistics. diff --git a/_posts/blog/2023-12-18-weeklinks-003.md b/_posts/weeklinks/2023-12-18-weeklinks-003.md similarity index 99% rename from _posts/blog/2023-12-18-weeklinks-003.md rename to _posts/weeklinks/2023-12-18-weeklinks-003.md index 75a120c..4a79f64 100644 --- a/_posts/blog/2023-12-18-weeklinks-003.md +++ b/_posts/weeklinks/2023-12-18-weeklinks-003.md @@ -1,6 +1,6 @@ --- title: Weeklinks 003 - Bryan, Cory and Mickey -category: blog +category: weeklinks layout: post --- diff --git a/_posts/blog/2024-01-09-weeklinks-004.md b/_posts/weeklinks/2024-01-09-weeklinks-004.md similarity index 99% rename from _posts/blog/2024-01-09-weeklinks-004.md rename to _posts/weeklinks/2024-01-09-weeklinks-004.md index a1ac228..a08a13c 100644 --- a/_posts/blog/2024-01-09-weeklinks-004.md +++ b/_posts/weeklinks/2024-01-09-weeklinks-004.md @@ -1,6 +1,6 @@ --- title: Weeklinks 004 - Obfuscation, dial-up and tiny chess -category: blog +category: weeklinks layout: post --- diff --git a/index.html b/index.html index 7fd6f3f..a365adc 100644 --- a/index.html +++ b/index.html @@ -14,9 +14,10 @@ email: andrew@andrewconl.in
masto: andrwcnln@mastodon.scot
github: @andrwcnln
--
-til ยท rss
+rss


+

Posts

\ No newline at end of file + +
+

Weeklinks

+ +
+

TIL

+ diff --git a/misc.html b/misc.html deleted file mode 100644 index df6212f..0000000 --- a/misc.html +++ /dev/null @@ -1,5 +0,0 @@ ---- -layout: default -title: Miscellaneous -backlink: true ---- \ No newline at end of file diff --git a/til.html b/til.html deleted file mode 100644 index 21177fe..0000000 --- a/til.html +++ /dev/null @@ -1,22 +0,0 @@ ---- -layout: default -title: TILs -permalink: /til/ -backlink: true ---- - -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.
---
-rss
-
-
- \ No newline at end of file