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

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=067da450820d5a518f72f6dc4a2f59aaad3e761a' (2024-02-25)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=36dbb8fafd2a8791a17e669834e35b9c0f07d3e9' (2024-03-03)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/d07de570ba05cec2807d058daaa044f6955720c7' (2024-02-10)
  → 'github:nix-community/disko/23d308f0059955e3719efc81a34d1fc0369fbb74' (2024-02-22)
• Updated input 'clan-core/nixos-generators':
    'github:nix-community/nixos-generators/843e2f04c716092797ffa4ce14c446adce2f09ef' (2024-02-08)
  → 'github:nix-community/nixos-generators/f4631dee1a0fd56c0db89860e83e3588a28c7631' (2024-02-22)
• Updated input 'clan-core/nixos-generators/nixlib':
    'github:nix-community/nixpkgs.lib/f5af57d3ef9947a70ac86e42695231ac1ad00c25' (2023-09-03)
  → 'github:nix-community/nixpkgs.lib/e623008d8a46517470e6365505f1a3ce171fa46a' (2024-02-18)
• Updated input 'clan-core/sops-nix':
    'github:Mic92/sops-nix/2eb7c4ba3aa75e2660fd217eb1ab64d5b793608e' (2024-02-11)
  → 'github:Mic92/sops-nix/2874fbbe4a65bd2484b0ad757d27a16107f6bc17' (2024-02-25)
• Updated input 'clan-core/treefmt-nix':
    'github:numtide/treefmt-nix/ac599dab59a66304eb511af07b3883114f061b9d' (2024-02-07)
  → 'github:numtide/treefmt-nix/e497a9ddecff769c2a7cbab51e1ed7a8501e7a3a' (2024-02-25)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/b253292d9c0a5ead9bc98c4e9a26c6312e27d69f' (2024-02-01)
  → 'github:hercules-ci/flake-parts/f7b3c975cf067e56e7cda6cb098ebe3fb4d74ca2' (2024-03-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:NixOS/nixpkgs/97b17f32362e475016f942bbdfda4a4a72a8a652?dir=lib' (2024-01-29)
  → 'github:NixOS/nixpkgs/1536926ef5621b09bba54035ae2bb6d806d72ac8?dir=lib' (2024-02-29)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/73de017ef2d18a04ac4bfd0c02650007ccb31c2a' (2024-02-24)
  → 'github:NixOS/nixpkgs/1536926ef5621b09bba54035ae2bb6d806d72ac8' (2024-02-29)
2024-03-04 00:00:10 +00:00
.gitea/workflows ci: add checks 2023-07-31 19:56:59 +02:00
content add virtualisation picture 2024-01-05 14:29:52 +01:00
flake-parts automatically include docs from clan-core 2024-01-17 14:16:37 +07:00
static Qubasa-main (#17) 2023-09-04 13:53:20 +00:00
templates remove wrong author/publisher 2024-02-02 04:43:28 +01:00
themes/adidoks Qubasa-main (#17) 2023-09-04 13:53:20 +00:00
.envrc envrc: watch devshell file 2024-01-17 14:09:42 +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-03-04T00:00+00:00 2024-03-04 00:00:10 +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"