This commit is contained in:
parent
cbea349d0c
commit
7e76839994
@ -23,5 +23,10 @@ name = "File Uploader"
|
|||||||
pageRef = "/upload"
|
pageRef = "/upload"
|
||||||
weight = 40
|
weight = 40
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = "Guestbook"
|
||||||
|
pageRef = "/guestbook"
|
||||||
|
weight = 50
|
||||||
|
|
||||||
[markup.goldmark.renderer]
|
[markup.goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
10
content/guestbook.md
Normal file
10
content/guestbook.md
Normal 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>
|
@ -1,9 +1,13 @@
|
|||||||
+++
|
+++
|
||||||
title = "01/12/2024 updates (& something about Romania's national day)"
|
title = "01/12/2024 updates (& something about Romania's national day)"
|
||||||
date = 2024-12-01T10:41:09+02:00
|
date = 2024-12-01T10:41:09+02:00
|
||||||
draft = true
|
draft = false
|
||||||
+++
|
+++
|
||||||
|
|
||||||
## Site updates
|
## 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.
|
* 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.
|
@ -16,9 +16,3 @@ 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.
|
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.
|
||||||
|
|
||||||
<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>
|
|
||||||
|
@ -68,15 +68,3 @@ table {
|
|||||||
table thead th { border-bottom: 1px solid var(--bg3); }
|
table thead th { border-bottom: 1px solid var(--bg3); }
|
||||||
th, td { padding: 5px; }
|
th, td { padding: 5px; }
|
||||||
thead, tfoot, tr:nth-child(even) { background: var(--bg3); }
|
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;
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user