This is a simple static prototype for a future GitHub Pages blog. It includes a homepage/archive, one sample article page, an about page, shared CSS, and a placeholder article image.
From this folder:
cd docs
python3 -m http.server 8000Then open:
http://localhost:8000
docs/index.html- homepage/archive layoutdocs/article.html- Medium/Substack-style article layoutdocs/about.html- filler about pagedocs/styles.css- shared neobrutalist editorial stylingdocs/assets/article-header.svg- placeholder article image
misc/ holds private notes/drafts and is gitignored — it stays local only.
See publishing.md for GitHub Pages setup and later tooling options.
