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/updated-css-and-navigation.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/thoughts/updated-css-and-navigation.md (limited to 'content/thoughts/updated-css-and-navigation.md') 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