Go to file
2023-04-06 07:54:18 +03:00
examples fix pages with spaces 2023-04-06 06:45:41 +03:00
templaters add more meta descriptions 2023-04-06 07:54:18 +03:00
.gitignore feat: mk site path, actual website example with serve script 2021-05-15 04:02:06 +03:00
css.nix write new templater 2023-04-06 05:43:25 +03:00
default.nix write new templater 2023-04-06 05:43:25 +03:00
flake.lock write new templater 2023-04-06 05:43:25 +03:00
flake.nix write new templater 2023-04-06 05:43:25 +03:00
html.nix write new templater 2023-04-06 05:43:25 +03:00
LICENSE chore: add license 2021-05-15 04:04:00 +03:00
pkgs-lib.nix add meta descriptions 2023-04-06 07:52:11 +03:00
README.md feat: css utils, refactor site 2021-05-16 02:56:54 +03:00

CSS, HTML utilities and SSG in Nix. Checkout examples.

Examples

Run site templating example with nix run github:yusdacra/html.nix#site.

Usage

Get it as a flake:

  inputs.htmlNix.url = "github:yusdacra/html.nix";