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