Website of the clan project
Go to file
Clan Merge Bot 54b6df2eee
All checks were successful
check / test (pull_request) Successful in 5s
update flake lock - 2023-09-11T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=04378b24e1808982bc543fa4a0b80061d2821c40' (2023-09-03)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=8f467335d28f0b6687975447e8071edb1c24e45d' (2023-09-07)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/4eed2457b053c4bbad7d90d2b3a1d539c2c9009c' (2023-08-16)
  → 'github:nix-community/disko/06481a9836c37b7c1aba784092a984c2d2ef5431' (2023-09-02)
• Updated input 'clan-core/sops-nix':
    'github:Mic92/sops-nix/0618c8f0ed5255ad74ee08d1618841ff5af85c86' (2023-08-27)
  → 'github:Mic92/sops-nix/d9c5dc41c4b1f74c77f0dbffd0f3a4ebde447b7a' (2023-08-30)
• Updated input 'clan-core/treefmt-nix':
    'github:numtide/treefmt-nix/843e1e1b01ac7c9e858368fffd1692cbbdbe4a0e' (2023-08-25)
  → 'github:numtide/treefmt-nix/e3e0f9f6d47f8fc68aff15150eda1224fb46f4d4' (2023-09-02)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e56990880811a451abd32515698c712788be5720' (2023-09-02)
  → 'github:NixOS/nixpkgs/db9208ab987cdeeedf78ad9b4cf3c55f5ebd269b' (2023-09-08)
2023-09-11 00:00:07 +00:00
.gitea/workflows ci: add checks 2023-07-31 19:56:59 +02:00
content Qubasa-main (#17) 2023-09-04 13:53:20 +00:00
flake-parts devShells: inherit from clan-core 2023-07-31 20:05:04 +02:00
static Qubasa-main (#17) 2023-09-04 13:53:20 +00:00
templates Qubasa-main (#17) 2023-09-04 13:53:20 +00:00
themes/adidoks Qubasa-main (#17) 2023-09-04 13:53:20 +00:00
.envrc add envrc 2023-07-05 15:40:16 +02: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 - 2023-09-11T00:00+00:00 2023-09-11 00:00:07 +00:00
flake.nix systems: only for x86_64-linux 2023-07-31 20:06:16 +02:00
LICENSE.md docs: rename Clan/cLan -> cLAN 2023-07-17 09:13:38 +00:00
README.md readme: add deployment instructions 2023-07-17 23:23:37 +02:00

Getting start with the repo

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

Build the homepage

$ zola build

Start a local webserver

$ zola serve

Contributing

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

To update the website

$ nix run .#deploy