Website of the clan project
Go to file
hsjobeki 2ef57ff99d
Some checks failed
deploy / test (push) Failing after 18s
check / test (push) Successful in 20s
Merge pull request 'move prose pages to the top level' (#63) from fricklerhandwerk/clan-homepage:cleanup-templates into main
Reviewed-on: #63
2024-04-15 18:16:58 +00:00
.gitea/workflows ci: add checks 2023-07-31 19:56:59 +02:00
content update privacy policy page 2024-04-13 02:10:16 +02:00
flake-parts deploy: move to subdomain 2024-04-12 16:25:05 +02:00
static add backups demo 2024-04-12 15:22:06 +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 remove search field 2024-04-13 02:08:40 +02:00
flake.lock maintenance: update flake.lock 2024-04-10 18:50:29 +02: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"