diff options
author | Steph Enders <steph@senders.io> | 2024-02-29 09:31:15 -0500 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2024-02-29 09:31:15 -0500 |
commit | 2b39175011422a0d8f96d7f598f46e2a781dd28f (patch) | |
tree | dd896a1e35e2ec194bfce829afd61f553652464a /old/mds/blog/blog-index.md | |
parent | 350a5058cf383733a7e75f753abdcd1cb7aae2c5 (diff) |
Initial rework commit: Build Script POC and CSS done
I've created the main CSS layout and a proof of concept for the build
script: this will actually build any "done" _post/ file and generate
it as a workable HTML file. However, no index file generate, rss, or
gemini is implemented
Diffstat (limited to 'old/mds/blog/blog-index.md')
-rw-r--r-- | old/mds/blog/blog-index.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/old/mds/blog/blog-index.md b/old/mds/blog/blog-index.md new file mode 100644 index 0000000..cc127bb --- /dev/null +++ b/old/mds/blog/blog-index.md @@ -0,0 +1,22 @@ +<article> +# Blog Index + +<!--NEXT--> +1. [2023-03-18 - Music: A Tour de Chorus](/blog/music/2023-03-18/) +1. [2023-01-06 - Music: Reworking my THR100HD](/blog/music/2023-01-06/) +1. [2023-01-06 - How I Generate My RSS Feed](/blog/2023-01-06/) +1. [2023-01-03 - Music Spotlight: My Top Album 2022](/blog/2023-01-03/) +1. [2022-12-31 - RSS - A Follow-up](/blog/2022-12-31/) +1. [2022-12-05 - CSS Themes Exist Now!?](/blog/2022-12-05/) +1. [2022-11-06 - My Markdown -> HTML Setup](/blog/2022-11-06/) +1. [2021-01-05 - Manjaro Followup - Breaking things!](/blog/2021-01-05/) +1. [2020-12-17 - Manjaro Experiment](/blog/2020-12-17/) +1. [2020-02-17 - Bread Blog (First post)](/blog/bread/#2020-02-17/) +1. [2020-01-13 - remember/recall - what could've been a command line tool](/blog/2020-01-13/) +1. [2019-12-09 - Lisps, Assembly, C, and Conlangs](/blog/2019-12-09/) +1. [2019-02-17 - Venturing back into C](/blog/2019-02-17/) +1. [2019-01-21 - First! A New Years Resolution](/blog/2019-01-21/) +</article> +<div id='footer'> + <a href="/blog/feed.rss" rel="rss noopener" target="_blank">RSS Feed</a> +</div> |