Website of the clan project
Go to file
Clan Merge Bot 8c14e78898
All checks were successful
check / test (pull_request) Successful in 4s
update flake lock - 2023-08-02T00:00+00:00
Flake lock file updates:

• Updated input 'clan-core':
    'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=284e1ef54f52f2788309c8374945b6cdc7ec1d61' (2023-07-31)
  → 'git+https://git.clan.lol/clan/clan-core?ref=refs/heads/main&rev=17a2f19532662f584e42ecab285300dbc09165a1' (2023-08-01)
• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/8e8d955c22df93dbe24f19ea04f47a74adbdc5ec' (2023-07-04)
  → 'github:hercules-ci/flake-parts/59cf3f1447cfc75087e7273b04b31e689a8599fb' (2023-08-01)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:NixOS/nixpkgs/4bc72cae107788bf3f24f30db2e2f685c9298dc9?dir=lib' (2023-06-29)
  → 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2?dir=lib' (2023-08-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/e6ab46982debeab9831236869539a507f670a129' (2023-07-29)
  → 'github:NixOS/nixpkgs/9e1960bc196baf6881340d53dccb203a951745a2' (2023-08-01)
2023-08-02 00:00:12 +00:00
.gitea/workflows ci: add checks 2023-07-31 19:56:59 +02:00
content contribute: fix links for creating/browsing issues 2023-07-19 20:04:13 +02:00
flake-parts devShells: inherit from clan-core 2023-07-31 20:05:04 +02:00
static add well-known to for matrix 2023-07-13 18:57:26 +02:00
templates add templates directory by default 2023-07-05 13:08:30 +02:00
themes/adidoks Merge commit 'ce052bab1db3c8c518d65a4b63383c1d8ac991a4' as 'themes/adidoks' 2023-07-05 13:23:16 +02: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 docs: rename Clan/cLan -> cLAN 2023-07-17 09:13:38 +00:00
flake.lock update flake lock - 2023-08-02T00:00+00:00 2023-08-02 00:00:12 +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