KUBU 2025 static website repo https://kubu.fi/2025
Find a file
2025-08-29 14:12:14 +03:00
assets md to html flow + initial styling 2025-05-18 20:32:12 +03:00
css make menu items localized 2025-05-31 09:00:49 +03:00
md Faidon fix, schedule fix 2025-08-29 14:12:14 +03:00
pics 6x md update 2025-07-10 06:43:00 +02:00
scripts make menu items localized 2025-05-31 09:00:49 +03:00
templates update sv menu items 2025-06-03 15:57:34 +03:00
.DS_Store 6x md update 2025-07-10 06:43:00 +02:00
.gitignore create easier way to test locally 2025-05-20 09:25:53 +03:00
nginx.conf md to html flow + initial styling 2025-05-18 20:32:12 +03:00
PP-en.md 6x md update 2025-07-10 06:43:00 +02:00
README.md create easier way to test locally 2025-05-20 09:25:53 +03:00

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.