This commit is contained in:
2026-07-09 11:53:06 +02:00
parent dfa7ef98ef
commit 452a9ea0db
10 changed files with 46 additions and 39 deletions
-4
View File
@@ -1,4 +0,0 @@
2026-07-09 18:30
Welco
This blog is a simple read-only collection of notes from my home lab and self-hosting experiments. Add a new text file to the `blog/` folder with a date/time on the first line, a title on the second line, and the content after a blank line.
-4
View File
@@ -1,4 +0,0 @@
2026-07-09 18:30
Welcome to the blog
This blog is a simple read-only collection of notes from my home lab and self-hosting experiments. Add a new text file to the `blog/` folder with a date/time on the first line, a title on the second line, and the content after a blank line.
-6
View File
@@ -1,6 +0,0 @@
2026-07-10 12:45
Attachment test
This post includes a referenced attachment file.
You can download it here: [[file: sample-attachment.txt]]
@@ -1 +1 @@
This is a sample attachment file used to test blog file linking.
This is a sample attachment file used to test blog file linking.
+7
View File
@@ -0,0 +1,7 @@
2026-07-09 12:00
My Self-Hosted Portfolio Website
Finally got around to building a proper home for my lab. Instead of throwing people a list of subdomains, I now have a clean landing page that actually explains what I'm doing and why it matters.
The site has the essentials: a professional summary, a skills showcase (with a dedicated photography card because that's a big part of my life), a gallery that loads from a manifest and supports fullscreen modal viewing, a server snapshot, and a simple contact block. I kept the design consistent with a red theme and made sure everything loads fast without unnecessary bloat.
The deployment is fully automated too. A script pulls the latest repo changes, regenerates manifests, and pushes everything to /var/www/html. I set up a systemd timer to run it every twelve hours, so the site stays fresh without me lifting a finger. The blog runs off plain text files and sorts posts newest-first, which is exactly the kind of simplicity I love about self-hosting.
This post includes a referenced attachment file just to demonstrate the system. You can download it here: [[file: example-attachment.txt]]