The lvl0 website over at lvl0.xyz
Find a file
2026-05-10 02:30:08 +02:00
.docker Build in forgejo workflow 2026-03-01 21:03:37 +01:00
.forgejo/workflows Add CI/build workflows, Dockerfile, nginx config, update README 2026-05-10 02:30:08 +02:00
content Add buckets project 2026-03-01 21:26:37 +01:00
docker Add CI/build workflows, Dockerfile, nginx config, update README 2026-05-10 02:30:08 +02:00
themes/linkita Add announcements 2025-08-01 23:14:50 +02:00
.gitignore Remove public from git 2026-03-01 21:00:47 +01: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
README.md Add CI/build workflows, Dockerfile, nginx config, update README 2026-05-10 02:30:08 +02:00
shell.nix Add nix-shell for local Zola development 2026-05-10 02:20:34 +02:00

lvl0 Website

Production

Pull and run the image with Docker Compose:

services:
  website:
    image: forge.lvl0.xyz/lvl0/lvl0-website:latest
    container_name: lvl0-website
    ports:
      - 5002:80
    restart: unless-stopped

The image is built and pushed automatically on every push to main.

Development

Enter the nix-shell, then start the dev server:

nix-shell
dev-up

Site will be available at http://localhost:1111 with live reload.