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

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=4a5b9cf0f47d60ab36afa40c4a6a76e268000943' (2024-03-17)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=b07490ca60982ade15338d7c90dc8abc0754f4b7' (2024-03-24)
• Updated input 'clan-core/disko':
    'github:nix-community/disko/fe064a639319ed61cdf12b8f6eded9523abcc498' (2024-03-11)
  → 'github:nix-community/disko/21d89b333ca300bef82c928c856d48b94a9f997c' (2024-03-14)
• Updated input 'clan-core/nixos-generators':
    'github:nix-community/nixos-generators/1d9c8cd24eba7942955f92fdcefba5a6a7543bc6' (2024-03-11)
  → 'github:nix-community/nixos-generators/efd4e38532b5abfaa5c9fc95c5a913157dc20ccb' (2024-03-14)
• Updated input 'clan-core/nixos-generators/nixlib':
    'github:nix-community/nixpkgs.lib/7873d84a89ae6e4841528ff7f5697ddcb5bdfe6c' (2024-03-03)
  → 'github:nix-community/nixpkgs.lib/630ebdc047ca96d8126e16bb664c7730dc52f6e6' (2024-03-10)
• Updated input 'clan-core/sops-nix':
    'github:Mic92/sops-nix/e52d8117b330f690382f1d16d81ae43daeb4b880' (2024-03-11)
  → 'github:Mic92/sops-nix/83b68a0e8c94b72cdd0a6e547a14ca7eb1c03616' (2024-03-17)
• Updated input 'clan-core/treefmt-nix':
    'github:numtide/treefmt-nix/720322c5352d7b7bd2cb3601a9176b0e91d1de7d' (2024-03-10)
  → 'github:numtide/treefmt-nix/35791f76524086ab4b785a33e4abbedfda64bd22' (2024-03-12)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c75037bbf9093a2acb617804ee46320d6d1fea5a' (2024-03-16)
  → 'github:NixOS/nixpkgs/44d0940ea560dee511026a53f0e2e2cde489b4d4' (2024-03-23)
2024-03-25 00:00:12 +00:00
.gitea/workflows ci: add checks 2023-07-31 19:56:59 +02:00
content Make blog post a draft again 2024-03-20 17:50:25 +07:00
flake-parts automatically include docs from clan-core 2024-01-17 14:16:37 +07:00
static Reworked videos to lower resultion 2024-03-20 17:49:41 +07: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 Fix autoplay not working on chrome. Automatic terminal theme change on browser theme change 2024-03-19 12:52:49 +07: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-03-25T00:00+00:00 2024-03-25 00:00:12 +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"