summaryrefslogtreecommitdiff
path: root/content/thoughts/updated-css-and-navigation.md
diff options
context:
space:
mode:
authoryuzu-eva <cafebabe@disroot.org>2025-03-10 19:17:20 +0100
committeryuzu-eva <cafebabe@disroot.org>2025-03-10 19:17:20 +0100
commit0eaf96e59d38d199638150fbdb9e435a7603fe4a (patch)
treea05a7df41403baabe88de550fc636129b1c9c619 /content/thoughts/updated-css-and-navigation.md
parentf4e283f9b24115b40c5a535064b2e87e9a6eb0a2 (diff)
removed content, as thats going into the db
Diffstat (limited to 'content/thoughts/updated-css-and-navigation.md')
-rw-r--r--content/thoughts/updated-css-and-navigation.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/content/thoughts/updated-css-and-navigation.md b/content/thoughts/updated-css-and-navigation.md
deleted file mode 100644
index 0d2bb09..0000000
--- a/content/thoughts/updated-css-and-navigation.md
+++ /dev/null
@@ -1,7 +0,0 @@
-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.