- {{ page.title }} -
- {{ page.subtitle }} +
+~ > {{page.category}} > {{page.title}}
-
- Posted {{ page.date | date_to_string }} to Andrew Conlin's blog
- Reading time: {{ content | reading_time | pluralize: "minute" }}
-
+ {{ page.date | date: "%Y-%m-%d" }}
+ {{ content | reading_time | pluralize: "minute" }}
+
{{ content }} diff --git a/_posts/weeklinks/2023-12-03-weeklinks-001.md b/_posts/weeklinks/2023-12-03-001.md similarity index 98% rename from _posts/weeklinks/2023-12-03-weeklinks-001.md rename to _posts/weeklinks/2023-12-03-001.md index 069cdad..511f6dd 100644 --- a/_posts/weeklinks/2023-12-03-weeklinks-001.md +++ b/_posts/weeklinks/2023-12-03-001.md @@ -1,5 +1,5 @@ --- -title: Weeklinks 001 - Philosophy, grief and macaques +title: 001 - Philosophy, grief and macaques category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2023-12-10-weeklinks-002.md b/_posts/weeklinks/2023-12-10-002.md similarity index 97% rename from _posts/weeklinks/2023-12-10-weeklinks-002.md rename to _posts/weeklinks/2023-12-10-002.md index c0312ba..9c0bec8 100644 --- a/_posts/weeklinks/2023-12-10-weeklinks-002.md +++ b/_posts/weeklinks/2023-12-10-002.md @@ -1,5 +1,5 @@ --- -title: Weeklinks 002 - Trains, iPods and plagiarism +title: 002 - Trains, iPods and plagiarism category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2023-12-18-weeklinks-003.md b/_posts/weeklinks/2023-12-18-003.md similarity index 98% rename from _posts/weeklinks/2023-12-18-weeklinks-003.md rename to _posts/weeklinks/2023-12-18-003.md index 4a79f64..e8b1c3f 100644 --- a/_posts/weeklinks/2023-12-18-weeklinks-003.md +++ b/_posts/weeklinks/2023-12-18-003.md @@ -1,5 +1,5 @@ --- -title: Weeklinks 003 - Bryan, Cory and Mickey +title: 003 - Bryan, Cory and Mickey category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2024-01-09-weeklinks-004.md b/_posts/weeklinks/2024-01-09-004.md similarity index 98% rename from _posts/weeklinks/2024-01-09-weeklinks-004.md rename to _posts/weeklinks/2024-01-09-004.md index a08a13c..2d14a22 100644 --- a/_posts/weeklinks/2024-01-09-weeklinks-004.md +++ b/_posts/weeklinks/2024-01-09-004.md @@ -1,5 +1,5 @@ --- -title: Weeklinks 004 - Obfuscation, dial-up and tiny chess +title: 004 - Obfuscation, dial-up and tiny chess category: weeklinks layout: post --- diff --git a/_posts/weeklinks/2024-01-29-weeklinks-005.md b/_posts/weeklinks/2024-01-29-005.md similarity index 98% rename from _posts/weeklinks/2024-01-29-weeklinks-005.md rename to _posts/weeklinks/2024-01-29-005.md index 24f2b18..9e36165 100644 --- a/_posts/weeklinks/2024-01-29-weeklinks-005.md +++ b/_posts/weeklinks/2024-01-29-005.md @@ -1,5 +1,5 @@ --- -title: Weeklinks 005 - ccTLDs, BBC Basic and 6174 +title: 005 - ccTLDs, BBC Basic and 6174 category: weeklinks layout: post --- diff --git a/assets/css/default.css b/assets/css/default.css index 2757733..06da530 100644 --- a/assets/css/default.css +++ b/assets/css/default.css @@ -1,5 +1,5 @@ body { - font-family: Arial, Helvetica, sans-serif; + font-family: monospace; } div.container { @@ -7,7 +7,7 @@ div.container { } div.content { - width: 40%; + width: 50%; height: auto; margin: 0 auto; position: relative; @@ -41,10 +41,26 @@ div.content { } body { - background-color: #1a1b26; - color: #a9b1d6; + background-color: #ffffff; + color: #000000; } -a { - color: #9ece6a; +pre { + background-color:antiquewhite; + padding: 10px 10px 10px 10px; + border-radius: 10px; + white-space: pre-wrap; + white-space: pre-wrap; } + +hr { + border: 2px dashed #000000; + border-style: none none dashed; + color: transparent; + background-color: transparent; +} + +img { + max-width:100%; + max-height:100%; +} \ No newline at end of file diff --git a/blog.html b/blog.html new file mode 100644 index 0000000..434d6cf --- /dev/null +++ b/blog.html @@ -0,0 +1,19 @@ +--- +layout: default +title: blog +permalink: /blog +backlink: false +--- + +
Posts
+-
+ {% for post in site.posts %}
+ {% assign category = post.category %}
+ {% if category == 'blog' %}
+
-
+
+{{ post.date | date: "%Y-%m-%d" }}
// {{ post.title }}
+ {% endif %}
+ {% endfor %}
+
\ No newline at end of file diff --git a/index.html b/index.html index a365adc..806c338 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,9 @@ --- layout: default -title: Andrew Conlin's blog +title: andrewconl.in permalink: / backlink: false --- - - This site is designed to be kept as simple as possible.
It is pure HTML/CSS [*], which keeps things small, fast and accessible.
* I use a self-hosted instance of umami for analytics. It respects do-not-track signals.
@@ -14,41 +12,5 @@ email: andrew@andrewconl.in
masto: andrwcnln@mastodon.scot
github: @andrwcnln
--
-rss
-
-
-
Posts
--
- {% for post in site.posts %}
- {% assign category = post.category %}
- {% if category == 'blog' %}
-
-
-
{{ post.title }} -- {{ post.date | date_to_string }}
-
- {% endif %}
- {% endfor %}
-
-
Weeklinks
--
- {% for post in site.posts %}
- {% assign category = post.category %}
- {% if category == 'weeklinks' %}
-
-
-
{{ post.title }} -- {{ post.date | date_to_string }}
-
- {% endif %}
- {% endfor %}
-
-
TIL
--
- {% for post in site.posts %}
- {% assign category = post.category %}
- {% if category == 'til' %}
-
-
-
{{ post.title }} -- {{ post.date | date_to_string }}
-
- {% endif %}
- {% endfor %}
-
+
\ No newline at end of file diff --git a/til.html b/til.html new file mode 100644 index 0000000..efa98fb --- /dev/null +++ b/til.html @@ -0,0 +1,18 @@ +--- +layout: default +title: til +permalink: /til +backlink: false +--- +
TIL
+-
+ {% for post in site.posts %}
+ {% assign category = post.category %}
+ {% if category == 'til' %}
+
-
+
+{{ post.date | date: "%Y-%m-%d" }}
// {{ post.title }}
+ {% endif %}
+ {% endfor %}
+
\ No newline at end of file diff --git a/weeklinks.html b/weeklinks.html new file mode 100644 index 0000000..6b28206 --- /dev/null +++ b/weeklinks.html @@ -0,0 +1,19 @@ +--- +layout: default +title: weeklinks +permalink: /weeklinks +backlink: false +--- + +
Weeklinks
+-
+ {% for post in site.posts %}
+ {% assign category = post.category %}
+ {% if category == 'weeklinks' %}
+
-
+
+{{ post.date | date: "%Y-%m-%d" }}
// {{ post.title }}
+ {% endif %}
+ {% endfor %}
+
\ No newline at end of file