Website of the clan project
Go to file
Clan Merge Bot 328580a5b7
All checks were successful
buildbot/nix-eval Build done.
check / test (pull_request) Successful in 14s
update flake lock - 2024-05-06T00:00+00:00
Flake lock file updates:

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/9126214d0a59633752a136528f5f3b9aa8565b7d' (2024-04-01)
  → 'github:hercules-ci/flake-parts/e5d10a24b66c3ea8f150e47dfdb0416ab7c3390e' (2024-05-02)
• Updated input 'flake-parts/nixpkgs-lib':
    'github:NixOS/nixpkgs/d8fe5e6c92d0d190646fb9f1056741a229980089?dir=lib' (2024-03-29)
  → '50eb7ecf4c.tar.gz?narHash=sha256-QBx10%2Bk6JWz6u7VsohfSw8g8hjdBZEf8CFzXH1/1Z94%3D' (2024-05-02)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/58a1abdbae3217ca6b702f03d3b35125d88a2994' (2024-04-27)
  → 'github:NixOS/nixpkgs/25865a40d14b3f9cf19f19b924e2ab4069b09588' (2024-05-05)
2024-05-06 00:00:16 +00:00
.gitea/workflows ci: add checks 2023-07-31 19:56:59 +02:00
content rename cLAN to Clan 2024-05-03 12:57:58 +02:00
flake-parts publish status update 2024-04-16 15:05:35 +02:00
static rename cLAN to Clan 2024-05-03 12:57:58 +02: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 set section identification "dynamically" 2024-04-13 01:31:14 +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 rename cLAN to Clan 2024-05-03 12:57:58 +02:00
flake.lock update flake lock - 2024-05-06T00:00+00:00 2024-05-06 00:00:16 +00:00
flake.nix fix website build 2024-04-16 14:51:38 +02:00
LICENSE.md rename cLAN to Clan 2024-05-03 12:57:58 +02: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"