gitea-actions[bot] 81b5770bd1
gitea-mq/buildbot/nix-eval Build done. (5 warnings)
gitea-mq/buildbot/nix-build Build done.
gitea-mq Merge queue passed
buildbot/nix-eval Build done. (5 warnings)
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
deploy / test (push) Successful in 26s
Update nixpkgs
2026-06-14 04:01:28 +00:00
2025-02-06 18:01:11 +07:00
2024-10-14 20:41:35 +02:00
2026-05-03 21:13:44 +08:00
2026-05-03 21:13:44 +08:00
2026-05-03 21:13:44 +08:00
2026-01-12 12:53:22 +01:00
2024-10-22 14:48:41 +02:00
2025-03-26 08:30:55 +00:00
2025-03-26 08:30:55 +00:00
2024-10-14 20:41:35 +02:00
2024-10-14 20:41:35 +02:00
2026-06-14 04:01:28 +00:00
2026-03-30 14:09:46 +01:00
2026-05-03 21:13:44 +08:00
2024-10-14 20:41:35 +02:00
2024-10-14 20:41:35 +02:00
2025-03-11 17:47:39 +01:00
2024-10-14 20:41:35 +02:00

Build website

$ nix build

Serve website

We use process-compose via process-compose-flake for running local dev services.

$ nix run .#dev

Deploy website

$ nix run .#deploy

Website also auto-deploys everytime commits are added to master.

Upload videos

Videos and related assets (posters, etc.) are hosted on https://static.clan.lol and should not be committed to the repository.

To upload videos and poster images:

$ nix run .#upload-video -- my-video.mp4 my-video.webm my-poster.jpg

Files will be available at https://static.clan.lol/videos/<filename>.

To reference videos in blog posts, use the video shortcode:

{{< video key="my-video" poster="my-poster.jpg" autoplay="true" muted="true" loop="true" >}}

This will automatically load my-video.webm, my-video.mp4, and my-video.ove from static.clan.lol.

S
Description
Updated clan website after branding
Readme 454 MiB
Languages
CSS 59%
HTML 30.6%
JavaScript 7.1%
Nix 3.3%