diff options
| author | yuzu-eva <stevenhu@web.de> | 2024-10-25 21:46:28 +0200 |
|---|---|---|
| committer | yuzu-eva <stevenhu@web.de> | 2024-10-25 21:46:28 +0200 |
| commit | 15fc4c739ae07421c0ce1bed9fc05403312a2e86 (patch) | |
| tree | 57654afde34a3974288d7e5a10f9e2a18d6f4d2d /content/thoughts | |
| parent | c06148152be80a6536cfe59f7ffe7356bdf75f3c (diff) | |
added about page, changed css, added navbar
Diffstat (limited to 'content/thoughts')
| -rw-r--r-- | content/thoughts/first-entry.md (renamed from content/thoughts/thought-1.md) | 2 | ||||
| -rw-r--r-- | content/thoughts/updated-css-and-navigation.md | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/content/thoughts/thought-1.md b/content/thoughts/first-entry.md index 1f4effe..a2402b6 100644 --- a/content/thoughts/thought-1.md +++ b/content/thoughts/first-entry.md @@ -1,5 +1,3 @@ -# 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. 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. |
