This is the public repository for the Paint The Nights
Micro Blog.
- Pure HTML / CSS
- Ultra Lightweight & Portable
- X (Twitter) Post Backup
- Simple script (
scripts/generate_nanoblog.py
) rebuilds the Nano Blog page from individual posts
To keep pages/NanoBlog.html
up to date:
-
Local commits – link
scripts/pre-commit
into.git/hooks/pre-commit
:ln -s ../../scripts/pre-commit .git/hooks/pre-commit
The hook regenerates the page and stages it on every commit.
-
GitHub – the included workflow (
.github/workflows/nanoblog.yml
) runs the same script on pushes and commits the result back.