From 766ec07ddb54e008ce2b08b9d83abd731b224397 Mon Sep 17 00:00:00 2001 From: organic-CPU Date: Thu, 9 Jul 2026 11:54:19 +0200 Subject: [PATCH] fix formatting --- blog/the first post.text | 3 +++ 1 file changed, 3 insertions(+) diff --git a/blog/the first post.text b/blog/the first post.text index b583d46..b4a78b7 100644 --- a/blog/the first post.text +++ b/blog/the first post.text @@ -2,6 +2,9 @@ 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]]