KUBU 2025 static website repo
https://kubu.fi/2025
| assets | ||
| css | ||
| md | ||
| pics | ||
| scripts | ||
| templates | ||
| .DS_Store | ||
| .gitignore | ||
| nginx.conf | ||
| PP-en.md | ||
| README.md | ||
Kulturhus Björkboda (KUBU) Summer 2025 exhibition site
Building
Markdown is built into HTML using Pandoc. You can install
this on Linux using your favorite package manager (apt/pacman/etc.) and on
Mac using Homebrew: brew install pandoc.
For local testing
./scripts/build.sh
After this, the site can be opened in the browser with file://<full path to this repository/index.html in the search bar. For example
file:///Users/johndoe/KUBU-2025-static/index.html
For production
./scripts/build.sh prod
Deploying
./scripts/deploy.sh <target>
Currently, <target> assumes an Opalstack installation.