From 15fc4c739ae07421c0ce1bed9fc05403312a2e86 Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Fri, 25 Oct 2024 21:46:28 +0200 Subject: added about page, changed css, added navbar --- content/thoughts/first-entry.md | 7 +++++++ content/thoughts/thought-1.md | 9 --------- content/thoughts/updated-css-and-navigation.md | 7 +++++++ 3 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 content/thoughts/first-entry.md delete mode 100644 content/thoughts/thought-1.md create mode 100644 content/thoughts/updated-css-and-navigation.md (limited to 'content/thoughts') diff --git a/content/thoughts/first-entry.md b/content/thoughts/first-entry.md new file mode 100644 index 0000000..a2402b6 --- /dev/null +++ b/content/thoughts/first-entry.md @@ -0,0 +1,7 @@ +Finally putting some content on this website. I've had this domain for 18 months now +to host my matrix server, but never did anything with the site itself. I thought it +would be a waste not to put something here, so here you go. +This will most likely remain a purely static website where I'll sometimes post stuff. + +Got to put the "back to home" link into a proper navigation bar later. It's around 3AM right +now and I'm tired. diff --git a/content/thoughts/thought-1.md b/content/thoughts/thought-1.md deleted file mode 100644 index 1f4effe..0000000 --- a/content/thoughts/thought-1.md +++ /dev/null @@ -1,9 +0,0 @@ -# 2024-10-24 - -Finally putting some content on this website. I've had this domain for 18 months now -to host my matrix server, but never did anything with the site itself. I thought it -would be a waste not to put something here, so here you go. -This will most likely remain a purely static website where I'll sometimes post stuff. - -Got to put the "back to home" link into a proper navigation bar later. It's around 3AM right -now and I'm tired. diff --git a/content/thoughts/updated-css-and-navigation.md b/content/thoughts/updated-css-and-navigation.md new file mode 100644 index 0000000..0d2bb09 --- /dev/null +++ b/content/thoughts/updated-css-and-navigation.md @@ -0,0 +1,7 @@ +Implemented the index for all thoughts and changed the css. Also made a proper +navigation bar. Maybe I'll ditch the css completely and go brutalist style, not +sure yet. This website is currently just html+css. I wrote a very basic static +site generator with Jinja2, mistune and Pygments to convert markdown to html. +Maybe I'll rewrite this into Flask and use a database to store these entries. +But that will have to wait, if I ever decide to do this, because right now that +would be total overkill. -- cgit v1.2.3