From d3242f91d46fa72c3c5aee2937a07257a4da844f Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Sun, 2 Mar 2025 15:32:18 +0000 Subject: [PATCH] [2025-03-02] Creating post archive, some style updates --- _config.yml | 13 ++++++---- _includes/defaultFooter.html | 9 ++++--- _includes/header.html | 4 +-- _layouts/post.html | 4 ++- .../2023-01-14-musings-on-the-cinema.md | 3 +-- .../2023-03-05-yuri-felsen-on-love.md | 3 +-- ...2023-03-10-putting-thoughts-into-action.md | 1 - .../2023-04-29-links-arent-performances.md | 3 +-- .../{weeklinks => archive}/2023-12-03-001.md | 1 - .../{weeklinks => archive}/2023-12-10-002.md | 1 - .../{weeklinks => archive}/2023-12-18-003.md | 1 - .../{weeklinks => archive}/2024-01-09-004.md | 1 - .../{weeklinks => archive}/2024-01-29-005.md | 1 - .../{weeklinks => archive}/2024-02-18-006.md | 1 - archive.html | 18 +++++++++++++ assets/css/default.css | 26 ++++++++++++++++--- blog.html | 4 +-- meta.html | 6 +++-- projects.html | 4 +-- til.html | 4 +-- weeklinks.html | 19 -------------- 21 files changed, 72 insertions(+), 55 deletions(-) rename _posts/{blog => archive}/2023-01-14-musings-on-the-cinema.md (96%) rename _posts/{blog => archive}/2023-03-05-yuri-felsen-on-love.md (98%) rename _posts/{blog => archive}/2023-03-10-putting-thoughts-into-action.md (99%) rename _posts/{blog => archive}/2023-04-29-links-arent-performances.md (92%) rename _posts/{weeklinks => archive}/2023-12-03-001.md (99%) rename _posts/{weeklinks => archive}/2023-12-10-002.md (99%) rename _posts/{weeklinks => archive}/2023-12-18-003.md (99%) rename _posts/{weeklinks => archive}/2024-01-09-004.md (99%) rename _posts/{weeklinks => archive}/2024-01-29-005.md (99%) rename _posts/{weeklinks => archive}/2024-02-18-006.md (99%) create mode 100644 archive.html delete mode 100644 weeklinks.html diff --git a/_config.yml b/_config.yml index add61bb..bb541f2 100644 --- a/_config.yml +++ b/_config.yml @@ -11,6 +11,10 @@ baseurl: "/" url: "https://andrwcnln.github.io" author: Andrew Conlin +version: v25.1.U0301 +bg: FFFFFF +fg: FABD2F +accent: "" defaults: # blog @@ -19,6 +23,7 @@ defaults: type: posts values: permalink: blog/:year/:title/ + category: blog layout: post # til - scope: @@ -28,16 +33,14 @@ defaults: permalink: til/:title/ category: til layout: post - # weeklinks - scope: - path: "_posts/weeklinks" + path: "_posts/archive" type: posts values: - permalink: weeklinks/:title/ - category: weeklinks + permalink: archive/:year/:title/ + category: archive layout: post - feed: categories: - blog diff --git a/_includes/defaultFooter.html b/_includes/defaultFooter.html index 588b7ae..11911d4 100644 --- a/_includes/defaultFooter.html +++ b/_includes/defaultFooter.html @@ -1,6 +1,7 @@
-
-Made with 💕 (and Jekyll)
-© Andrew Conlin 2023-2024
-All rights reverse engineered +
+Be nice to each other!
+© {{ site.author }} 2023-2025 / All rights reverse engineered
+Last updated: {{ site.time }}
+{{ site.version }}
diff --git a/_includes/header.html b/_includes/header.html index e71fbae..eedc1fd 100644 --- a/_includes/header.html +++ b/_includes/header.html @@ -1,5 +1,5 @@ -

andrewconl.in

+

andrewconl.in is tinkering

-

blog // weeklinks // til // projects // meta

+

blog   til   projects   meta   [archive]


diff --git a/_layouts/post.html b/_layouts/post.html index c51c444..e3abba8 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -2,9 +2,11 @@ layout: default --- ~ > {{page.category}} > {{page.title}}
- +
+ {{ page.date | date: "%Y-%m-%d" }}
{{ content | reading_time | pluralize: "minute" }} +

{{ content }} diff --git a/_posts/blog/2023-01-14-musings-on-the-cinema.md b/_posts/archive/2023-01-14-musings-on-the-cinema.md similarity index 96% rename from _posts/blog/2023-01-14-musings-on-the-cinema.md rename to _posts/archive/2023-01-14-musings-on-the-cinema.md index 190bcb0..0e42ab8 100644 --- a/_posts/blog/2023-01-14-musings-on-the-cinema.md +++ b/_posts/archive/2023-01-14-musings-on-the-cinema.md @@ -1,6 +1,5 @@ --- title: Musings on the power of cinema -category: blog --- -I've realised that going to the cinema makes me sad; a quiet, contemplative melancholy. Ennui. No matter the film, something about the cinema experience is meditative for me. I always look at things differently in the aftermath; like my perception is temporarily knocked off balance. No, more like a fog is lifted for a while. I especially enjoy that time immediately after, the cycle home. I notice so many little details, scenes of beauty and of strange nostalgia. Like I'm finally seeing the world how it is, or rather, I begin to see rather than look, listen rather than hear. I feel as though these moments, however brief, are when I am truly in touch with myself. My soul, my inner essence. This is why I love the cinema. These moments of private melancholy, of temporary clarity. It is a feeling I cannot replicate anywhere else in my life. \ No newline at end of file +I've realised that going to the cinema makes me sad; a quiet, contemplative melancholy. Ennui. No matter the film, something about the cinema experience is meditative for me. I always look at things differently in the aftermath; like my perception is temporarily knocked off balance. No, more like a fog is lifted for a while. I especially enjoy that time immediately after, the cycle home. I notice so many little details, scenes of beauty and of strange nostalgia. Like I'm finally seeing the world how it is, or rather, I begin to see rather than look, listen rather than hear. I feel as though these moments, however brief, are when I am truly in touch with myself. My soul, my inner essence. This is why I love the cinema. These moments of private melancholy, of temporary clarity. It is a feeling I cannot replicate anywhere else in my life. diff --git a/_posts/blog/2023-03-05-yuri-felsen-on-love.md b/_posts/archive/2023-03-05-yuri-felsen-on-love.md similarity index 98% rename from _posts/blog/2023-03-05-yuri-felsen-on-love.md rename to _posts/archive/2023-03-05-yuri-felsen-on-love.md index 1082783..fc6c81a 100644 --- a/_posts/blog/2023-03-05-yuri-felsen-on-love.md +++ b/_posts/archive/2023-03-05-yuri-felsen-on-love.md @@ -1,10 +1,9 @@ --- title: Yuri Felsen on love -category: blog --- _"Like everyone, I have my own, maybe obsessive futile, maybe in some way authentic, vision: all of a sudden, I will imagine the entire homogenous world as it is revealed to us-the streets, the cities, the rooms, those intelligent beasts of a sad and predatory nature, who have learn to stand on their hind legs, who have built all this but are fated to disappear, who, despite this, still try to cling to something solid and lasting, still try to ward off the inevitability of death, who dreamt up fairy tales and, now that these stories have been disproved, are disconsolate - and for me the only means of defending myself from our terrible fate is love, my love - Lyolya. Without love we fall into a stupor or despair, it covers our naked animal essence; with the fear of death, with deliberate attempts to grab hold of some kind of eternity, one that is at once a mystery to us and yet devised by us, even the remains of love, even its very echo in music, imbues us with a semblance of fearlessness, dignity and the spiritual range to disregard death. Only by loving, by knowing about love, hoping for love, are we inspired and meaningfully engaged in life, able to banish the sovereignty of petty day-to-day cares, to stop waiting for the end to come"_ **- Yuri Felsen (*trans. Bryan Karetnyk*)** -From 'Deceit', first published in 1930 and translated to English in 2022. \ No newline at end of file +From 'Deceit', first published in 1930 and translated to English in 2022. diff --git a/_posts/blog/2023-03-10-putting-thoughts-into-action.md b/_posts/archive/2023-03-10-putting-thoughts-into-action.md similarity index 99% rename from _posts/blog/2023-03-10-putting-thoughts-into-action.md rename to _posts/archive/2023-03-10-putting-thoughts-into-action.md index 885530c..98b38d9 100644 --- a/_posts/blog/2023-03-10-putting-thoughts-into-action.md +++ b/_posts/archive/2023-03-10-putting-thoughts-into-action.md @@ -1,6 +1,5 @@ --- title: A measure of how easily thoughts can be translated to action -category: blog --- Recently, I've been using multiple different languages and frameworks (both at work and personally) and I've been thinking about why I prefer some over others. Ultimately, I think it comes down to this: diff --git a/_posts/blog/2023-04-29-links-arent-performances.md b/_posts/archive/2023-04-29-links-arent-performances.md similarity index 92% rename from _posts/blog/2023-04-29-links-arent-performances.md rename to _posts/archive/2023-04-29-links-arent-performances.md index d4b8f0d..c4bdbae 100644 --- a/_posts/blog/2023-04-29-links-arent-performances.md +++ b/_posts/archive/2023-04-29-links-arent-performances.md @@ -1,10 +1,9 @@ --- title: Links aren't performances -category: blog --- _"For starters, it finds that publishing a link can be a "performance" of a copyrighted work, which meant that when Linkletter linked to the world-viewable Youtube files that Proctorio had posted, he infringed on copyright._ _This is a perverse, even surreal take on copyright. The court rejects Linkletter's argument that even Youtube's terms of service warned Proctorio that publishing world-viewable material on its site constituted permission for people to link to and watch that material."_ -Via: [Pluralistic](https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter) \ No newline at end of file +Via: [Pluralistic](https://pluralistic.net/2023/04/20/links-arent-performances/#free-ian-linkletter) diff --git a/_posts/weeklinks/2023-12-03-001.md b/_posts/archive/2023-12-03-001.md similarity index 99% rename from _posts/weeklinks/2023-12-03-001.md rename to _posts/archive/2023-12-03-001.md index 511f6dd..2d113d2 100644 --- a/_posts/weeklinks/2023-12-03-001.md +++ b/_posts/archive/2023-12-03-001.md @@ -1,6 +1,5 @@ --- title: 001 - Philosophy, grief and macaques -category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2023-12-10-002.md b/_posts/archive/2023-12-10-002.md similarity index 99% rename from _posts/weeklinks/2023-12-10-002.md rename to _posts/archive/2023-12-10-002.md index 9c0bec8..60a185d 100644 --- a/_posts/weeklinks/2023-12-10-002.md +++ b/_posts/archive/2023-12-10-002.md @@ -1,6 +1,5 @@ --- title: 002 - Trains, iPods and plagiarism -category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2023-12-18-003.md b/_posts/archive/2023-12-18-003.md similarity index 99% rename from _posts/weeklinks/2023-12-18-003.md rename to _posts/archive/2023-12-18-003.md index e8b1c3f..a97e66b 100644 --- a/_posts/weeklinks/2023-12-18-003.md +++ b/_posts/archive/2023-12-18-003.md @@ -1,6 +1,5 @@ --- title: 003 - Bryan, Cory and Mickey -category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2024-01-09-004.md b/_posts/archive/2024-01-09-004.md similarity index 99% rename from _posts/weeklinks/2024-01-09-004.md rename to _posts/archive/2024-01-09-004.md index 2d14a22..4ee0d30 100644 --- a/_posts/weeklinks/2024-01-09-004.md +++ b/_posts/archive/2024-01-09-004.md @@ -1,6 +1,5 @@ --- title: 004 - Obfuscation, dial-up and tiny chess -category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2024-01-29-005.md b/_posts/archive/2024-01-29-005.md similarity index 99% rename from _posts/weeklinks/2024-01-29-005.md rename to _posts/archive/2024-01-29-005.md index 9e36165..2d4a6bd 100644 --- a/_posts/weeklinks/2024-01-29-005.md +++ b/_posts/archive/2024-01-29-005.md @@ -1,6 +1,5 @@ --- title: 005 - ccTLDs, BBC Basic and 6174 -category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2024-02-18-006.md b/_posts/archive/2024-02-18-006.md similarity index 99% rename from _posts/weeklinks/2024-02-18-006.md rename to _posts/archive/2024-02-18-006.md index 7ca7a5a..13b0775 100644 --- a/_posts/weeklinks/2024-02-18-006.md +++ b/_posts/archive/2024-02-18-006.md @@ -1,5 +1,4 @@ --- -category: weeklinks title: 006 - Moka, DRM and cromulence layout: post --- diff --git a/archive.html b/archive.html new file mode 100644 index 0000000..12f582f --- /dev/null +++ b/archive.html @@ -0,0 +1,18 @@ +--- +layout: default +title: archive +permalink: /archive +--- + +~ > [{{page.title}}]
+ +
diff --git a/assets/css/default.css b/assets/css/default.css index 44d29f4..58e1ecc 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -59,7 +59,8 @@ div.content { } body { - background-color: #242424; + //background-color: #242424; + background-color: #000000; color: #E7D7AD; } @@ -79,7 +80,7 @@ a { } a:hover { - color: #242424; + color: #000000; background: #FABD2F; text-decoration: none; border-bottom: 3px solid #FABD2F; @@ -95,6 +96,25 @@ img { } ::selection { - color: #242424; + color: #000000; background: #FABD2F; } + +span.growshrink { + display: inline-block; + animation-duration: 5s; + animation-name: grow-shrink; + animation-iteration-count: infinite; +} + +@keyframes grow-shrink { + 25%, + 75% { + scale: 100%; + } + + 50% { + scale: 110%; + color: #FABD2F; + } +} diff --git a/blog.html b/blog.html index 082b409..4eea27b 100644 --- a/blog.html +++ b/blog.html @@ -5,13 +5,13 @@ permalink: /blog backlink: false --- -

Posts

+~ > {{page.title}}