Starter post: how to add content
2025-12-26 • security-compliance
Welcome. This site is intentionally built as plain static HTML. That means:
- No database
- No build step
- Upload files → site updates
Add a new blog post
- Copy this folder:
/security-compliance/blog/2025-12-26-starter-post/ - Rename it to a new date + slug (example:
2026-01-05-pci-dss-4-0-notes) - Edit the new folder’s
index.html - Add it to the blog index:
/security-compliance/blog/index.html
Later upgrades (when you feel like it)
- Move to Astro/Next for Markdown posts + tag pages + RSS.
- Add analytics (privacy-friendly options exist).
- Add a /projects/ area for case studies and talks.