A single-language Icelandic site using the hi.css color scheme.
This workspace is configured with:
- Zensical (see
requirements.txt) - Pages under
docs/(Icelandic)
Local quickstart
- Create and activate a virtual environment:
python -m venv .venv
.\.venv\Scripts\activate- Install Python dependencies from
requirements.txt:
python -m pip install --upgrade pip
python -m pip install -r requirements.txt- Build and serve the site with Zensical:
python -m zensical build
python -m zensical serveFiles of interest:
zensical.toml– site config and global CSS/JS includesdocs/– content pages (Icelandic)