From 7e768399945abe67c825b15f0e94a794e5babdf3 Mon Sep 17 00:00:00 2001 From: hhh Date: Sun, 1 Dec 2024 13:32:57 +0200 Subject: [PATCH] add stuff --- config.toml | 5 +++++ content/guestbook.md | 10 ++++++++++ content/posts/1-12-2024-updates.md | 8 ++++++-- content/posts/128mb.md | 8 +------- themes/fzmin/static/css/style.css | 14 +------------- 5 files changed, 23 insertions(+), 22 deletions(-) create mode 100644 content/guestbook.md diff --git a/config.toml b/config.toml index 38f8bc0..4a1569e 100644 --- a/config.toml +++ b/config.toml @@ -23,5 +23,10 @@ name = "File Uploader" pageRef = "/upload" weight = 40 +[[menus.main]] +name = "Guestbook" +pageRef = "/guestbook" +weight = 50 + [markup.goldmark.renderer] unsafe = true \ No newline at end of file diff --git a/content/guestbook.md b/content/guestbook.md new file mode 100644 index 0000000..fa5cdcc --- /dev/null +++ b/content/guestbook.md @@ -0,0 +1,10 @@ +--- +title: "Guestbook" +type: "page" +url: "/guestbook/" +--- + + +
+ +
diff --git a/content/posts/1-12-2024-updates.md b/content/posts/1-12-2024-updates.md index 1372a55..db9e134 100644 --- a/content/posts/1-12-2024-updates.md +++ b/content/posts/1-12-2024-updates.md @@ -1,9 +1,13 @@ +++ title = "01/12/2024 updates (& something about Romania's national day)" date = 2024-12-01T10:41:09+02:00 -draft = true +draft = false +++ ## Site updates * Yesterday I have moved the site to a new host, kinda. This is more of an "experiment" as to test how great my new VPS offer would handle a low traffic website. -* I bit the forbidden apple (JavaScript) and you can now choose a theme for this website. Look at the bottom of the page. \ No newline at end of file +* I bit the forbidden apple (JavaScript) and you can now choose a theme for this website. Direct your attention the bottom of the page. +* The Guestbook is back. Yay! Now using Isso. +* Removed the Thoughts section. + +Also I must now mention that today is a very special day in Romania. 106 years ago, 100.000 people went to Alba Iulia to sign the Declaration of Alba Iulia, and with that, Romania united with Transylvania, 318 years after their last separation. \ No newline at end of file diff --git a/content/posts/128mb.md b/content/posts/128mb.md index eafefc8..fdf335b 100644 --- a/content/posts/128mb.md +++ b/content/posts/128mb.md @@ -15,10 +15,4 @@ In the end, I dropped the VPN idea and made a SOCKS5 proxy using `microsocks`. S And I would also like to add how annoying it is to use the console feature of Gullo. The password to the user created to access your container via SSH resets every few hours and it's very annoying to have to log into the panel every time I want to tweak something. I can probably setup SSH on my own container though, but I'll do it in the near future. -Anyways, it's getting late and I'm going to go to sleep. Thanks for reading. - - - -
- -
+Anyways, it's getting late and I'm going to go to sleep. Thanks for reading. \ No newline at end of file diff --git a/themes/fzmin/static/css/style.css b/themes/fzmin/static/css/style.css index dddbd7a..3cd085d 100644 --- a/themes/fzmin/static/css/style.css +++ b/themes/fzmin/static/css/style.css @@ -67,16 +67,4 @@ table { } table thead th { border-bottom: 1px solid var(--bg3); } th, td { padding: 5px; } -thead, tfoot, tr:nth-child(even) { background: var(--bg3); } - -#isso-thread { - padding: 0; - margin: 0; - background-color: white; - padding-left: 12px; - padding-right: 12px; - padding-top: 0.5px; - padding-bottom: 0.5px; - border-radius: 5px; - color: black; -} \ No newline at end of file +thead, tfoot, tr:nth-child(even) { background: var(--bg3); } \ No newline at end of file