main
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
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.
Description
Languages
CSS
59%
HTML
30.6%
JavaScript
7.1%
Nix
3.3%