Open build.sh (or build.py) in a text editor. The first lines are your settings:
SITE_TITLE="Micropage"
SITE_DESC="A minimal blog"
FOOTER_TEXT="Micropage"
ACCENT_COLOR="#3366cc"
BASE_URL=""
What each one does
SITE_TITLE- The big heading on your siteSITE_DESC- A subtitle under the headingFOOTER_TEXT- Text at the bottom of every pageACCENT_COLOR- Link colour, heading colour, background tintBASE_URL- Your domain for absolute RSS links (optional)
The accent colour
Set ACCENT_COLOR to any hex colour like #cc6633 or #2d8a4e. The script checks if your colour is bright or dark:
- Bright accent, light background, dark text
- Dark accent, dark background, light text, links lightened until readable You don't need to pick matching colours. The script handles it.
Changing the look
CSS is embedded in the generated HTML. To change fonts, spacing, or layout, edit the block in the builder script and rebuild.