2025-12-10 17:28:26 +01:00
2025-12-07 19:49:08 +01:00
2025-12-10 15:18:12 +01:00
2025-12-08 23:28:17 +01:00
2025-12-07 19:49:08 +01:00
2025-11-16 19:27:47 +01:00
2025-11-16 00:00:11 +01:00
2025-12-10 17:28:26 +01:00
2025-12-10 15:29:52 +01:00
2025-12-07 19:49:08 +01:00
2025-11-16 19:27:47 +01:00
2025-11-16 00:00:11 +01:00
2025-11-28 10:08:24 +01:00
2025-11-14 23:17:15 +01:00

tultemplate2 web

A presentation and info website for tultemplate2 (https://git.zumepro.cz/tul/tultemplate2).

Running yourself

You don't even need to clone the repo. Just run:

nix run "git+https://git.zumepro.cz/tul/tultemplate-web?lfs=1"

This will run the development server on localhost:8080 and open it using xdg-open (most likely your browser will open).

Or if you prefer cloning:

nix run

Production builds

If you wish to build the project (including the generator and all assets), just run:

nix build .#full

This will build the output and symlink it to result.

Development builds

Single build

Have Nix installed and run.

nix build

This will build an output and symlink it as result.

Incremental builds

nix develop

and

make
Description
Languages
Nix 37.3%
SCSS 28.2%
HTML 19.2%
TypeScript 9%
Makefile 6.3%