The lvl0 website over at lvl0.xyz
Find a file
myrmidex 9452190d0c
All checks were successful
Build and Push Docker Image / build (push) Successful in 8m59s
CI / build (push) Successful in 20s
Redesign: red-digital theme, custom layout, drop linkita, docker dev setup
2026-05-10 16:54:34 +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 Redesign: red-digital theme, custom layout, drop linkita, docker dev setup 2026-05-10 16:54:34 +02:00
docker Redesign: red-digital theme, custom layout, drop linkita, docker dev setup 2026-05-10 16:54:34 +02:00
static Redesign: red-digital theme, custom layout, drop linkita, docker dev setup 2026-05-10 16:54:34 +02:00
templates Redesign: red-digital theme, custom layout, drop linkita, docker dev setup 2026-05-10 16:54:34 +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 Redesign: red-digital theme, custom layout, drop linkita, docker dev setup 2026-05-10 16:54:34 +02:00
README.md Add CI/build workflows, Dockerfile, nginx config, update README 2026-05-10 02:30:08 +02:00
shell.nix Redesign: red-digital theme, custom layout, drop linkita, docker dev setup 2026-05-10 16:54: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.