The lvl0 website over at lvl0.xyz
Find a file
2026-01-03 11:54:56 +01:00
.docker Add docker build 2025-08-01 23:48:36 +02:00
content Add announcements 2025-08-01 23:14:50 +02:00
public Add docker build 2025-08-01 23:48:36 +02:00
themes/linkita Add announcements 2025-08-01 23:14:50 +02:00
.gitignore Add announcements 2025-08-01 23:14:50 +02:00
.gitmodules Fresh Zola + Linkita install 2025-07-10 20:07:36 +02:00
config.toml Add announcements 2025-08-01 23:14:50 +02:00
Dockerfile Add Dockerfile for multi-arch builds 2026-01-03 11:54:56 +01:00
README.md Update README.md 2025-08-01 23:59:26 +02:00

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