Website of the clan project
Go to file
Clan Merge Bot a60e7058be
All checks were successful
check / test (pull_request) Successful in 20s
update flake lock - 2024-04-08T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=eeb703985e6cf24913cab2ae352937a0b811c5cf' (2024-03-31)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=d89edef9a1943cbf0150fd70cde25015161410a7' (2024-04-07)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/5d2d3e421ade554b19b4dbb0d11a04023378a330' (2024-03-24)
  → 'github:nix-community/disko/502241afa3de2a24865ddcbe4c122f4546e32092' (2024-03-28)
• Updated input 'clan-core/nixos-generators':
    'github:nix-community/nixos-generators/2b3720c7af2271be8cee713cd2f69c5127b0a8e4' (2024-03-25)
  → 'github:nix-community/nixos-generators/63194fceafbfe583a9eb7d16ab499adc0a6c0bc2' (2024-03-28)
• Updated input 'clan-core/sops-nix':
    'github:Mic92/sops-nix/405987a66cce9a4a82f321f11b205982a7127c88' (2024-03-24)
  → 'github:Mic92/sops-nix/99b1e37f9fc0960d064a7862eb7adfb92e64fa10' (2024-03-31)
• Updated input 'clan-core/treefmt-nix':
    'github:numtide/treefmt-nix/7ee5aaac63c30d3c97a8c56efe89f3b2aa9ae564' (2024-03-18)
  → 'github:numtide/treefmt-nix/1810d51a015c1730f2fe05a255258649799df416' (2024-03-30)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2' (2024-03-01)
  → 'github:hercules-ci/flake-parts/9126214d0a59633752a136528f5f3b9aa8565b7d' (2024-04-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:NixOS/nixpkgs/1536926ef5621b09bba54035ae2bb6d806d72ac8?dir=lib' (2024-02-29)
  → 'github:NixOS/nixpkgs/d8fe5e6c92d0d190646fb9f1056741a229980089?dir=lib' (2024-03-29)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/d8fe5e6c92d0d190646fb9f1056741a229980089' (2024-03-29)
  → 'github:NixOS/nixpkgs/ff0dbd94265ac470dda06a657d5fe49de93b4599' (2024-04-06)
2024-04-08 00:00:11 +00:00
.gitea/workflows ci: add checks 2023-07-31 19:56:59 +02:00
content Enable RSS autodiscovery. Add RSS icon into top right bar. 2024-04-04 17:23:08 +02:00
flake-parts generate options docs for clanCore and clanModules 2024-03-31 12:42:23 +07:00
static update secrets demo 2024-03-25 15:48:22 +01:00
templates Fix autoplay not working on chrome. Automatic terminal theme change on browser theme change 2024-03-19 12:52:49 +07:00
themes/adidoks Enable RSS autodiscovery. Add RSS icon into top right bar. 2024-04-04 17:23:08 +02:00
.envrc envrc: watch devshell file 2024-01-17 14:09:42 +07:00
.gitattributes Add video directory 2024-03-18 23:27:07 +07:00
.gitignore devShells: inherit from clan-core 2023-07-31 20:05:04 +02:00
.gitmodules remove theme submodule 2023-07-05 13:22:23 +02:00
config.toml Qubasa-main (#17) 2023-09-04 13:53:20 +00:00
flake.lock update flake lock - 2024-04-08T00:00+00:00 2024-04-08 00:00:11 +00:00
flake.nix automatically include docs from clan-core 2024-01-17 14:16:37 +07:00
LICENSE.md docs: rename Clan/cLan -> cLAN 2023-07-17 09:13:38 +00:00
README.md automatically include docs from clan-core 2024-01-17 14:16:37 +07:00

Getting start with the repo

This is the source for the homepage. We use zola for building a static website.

Build the homepage

This will build the website including pages defined in the clan-core repo under /docs:

$ nix build

Start a local webserver

This server will include all the pages from clan-core, but doesn't automatically refresh. Also make sure to wipe your browsers cache after each change.

$ nix run .#serve

zola build & serve

Alternatively zola build and zola serve can be used for development but the result will be missing the pages defined in the clan-core repo.

Contributing

Send changes to https://git.clan.lol/clan/clan-homepage

To update the website

$ nix run .#deploy

Create a new post

$ nix run .#new-post "September Changelog"