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

The accent colour

Set ACCENT_COLOR to any hex colour like #cc6633 or #2d8a4e. The script checks if your colour is bright or dark:

Changing the look

CSS is embedded in the generated HTML. To change fonts, spacing, or layout, edit the