The lvl0 website over at lvl0.xyz
| .docker | ||
| content | ||
| public | ||
| themes/linkita | ||
| .gitignore | ||
| .gitmodules | ||
| config.toml | ||
| README.md | ||
lvl0 Website
Production
This is the docker-compose file needed to host this webiste:
services:
website:
image: codeberg.org/lvl0/website:latest
container_name: lvl0-website
ports:
- 5002:80
restart: unless-stopped
networks: {}
Development
Run zola:
zola serve
Docker build
To build a docker image after changes, use
sh .docker/build-docker.sh v0.1.0