add stuff
Some checks failed
pipeline / deploy-job (push) Failing after 41s

This commit is contained in:
hhh 2024-12-01 13:32:57 +02:00
parent cbea349d0c
commit 7e76839994
5 changed files with 23 additions and 22 deletions

View File

@ -23,5 +23,10 @@ name = "File Uploader"
pageRef = "/upload"
weight = 40
[[menus.main]]
name = "Guestbook"
pageRef = "/guestbook"
weight = 50
[markup.goldmark.renderer]
unsafe = true

10
content/guestbook.md Normal file
View File

@ -0,0 +1,10 @@
---
title: "Guestbook"
type: "page"
url: "/guestbook/"
---
<script data-isso="https://isso.fzorb.xyz/" src="https://isso.fzorb.xyz/js/embed.min.js"></script>
<section id="isso-thread">
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>

View File

@ -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.
* 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.

View File

@ -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.
<script data-isso="https://isso.fzorb.xyz/" src="https://isso.fzorb.xyz/js/embed.min.js"></script>
<section id="isso-thread">
<noscript>Javascript needs to be activated to view comments.</noscript>
</section>
Anyways, it's getting late and I'm going to go to sleep. Thanks for reading.

View File

@ -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;
}
thead, tfoot, tr:nth-child(even) { background: var(--bg3); }