From 2d69dae08f359addd742fdc5588bf58c6ad4f169 Mon Sep 17 00:00:00 2001 From: Andrew Conlin Date: Fri, 16 Feb 2024 17:21:50 +0000 Subject: [PATCH] [2024-02-16] Giving posts, weeklinks and til their own homepages --- blog.html | 19 +++++++++++++++++++ index.html | 39 +-------------------------------------- til.html | 18 ++++++++++++++++++ weeklinks.html | 19 +++++++++++++++++++ 4 files changed, 57 insertions(+), 38 deletions(-) create mode 100644 blog.html create mode 100644 til.html create mode 100644 weeklinks.html 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

+ +
\ No newline at end of file diff --git a/index.html b/index.html index ebaaa0c..806c338 100644 --- a/index.html +++ b/index.html @@ -4,8 +4,6 @@ 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.
@@ -15,39 +13,4 @@ masto: andrwcnln@mastodon.sc github: @andrwcnln
--
rss
-
-

Posts

- -
-

Weeklinks

- -
-

TIL

- +
\ 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

+ +
\ 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

+ +
\ No newline at end of file