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

• Updated input 'flake-parts':
    'github:hercules-ci/flake-parts/c3c5ecc05edc7dafba779c6c1a61cd08ac6583e9' (2024-06-30)
  → 'github:hercules-ci/flake-parts/9227223f6d922fee3c7b190b2cc238a99527bbb7' (2024-07-03)
• Updated input 'flake-parts/nixpkgs-lib':
    'eb9ceca17d.tar.gz?narHash=sha256-lIbdfCsf8LMFloheeE6N31%2BBMIeixqyQWbSr2vk79EQ%3D' (2024-06-01)
  → '5daf051448.tar.gz?narHash=sha256-Fm2rDDs86sHy0/1jxTOKB1118Q0O3Uc7EC0iXvXKpbI%3D' (2024-07-01)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/b2852eb9365c6de48ffb0dc2c9562591f652242a' (2024-06-27)
  → 'github:NixOS/nixpkgs/9f4128e00b0ae8ec65918efeba59db998750ead6' (2024-07-03)
2024-07-08 00:00:19 +00:00
.gitea/workflows ci: add checks 2023-07-31 19:56:59 +02:00
flake-parts Fix incorrect static path 2024-05-22 23:05:54 +02:00
static add davhau.jpg 2024-05-24 18:25:46 +02:00
website Rephrase automatic backups 2024-06-24 19:37:45 +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 Added first bullet point 2024-05-22 21:01:05 +00: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-07-08T00:00+00:00 2024-07-08 00:00:19 +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"