Go to file
2021-05-15 21:29:30 +03:00
examples feat: better basic templating 2021-05-15 21:29:30 +03:00
templaters feat: better basic templating 2021-05-15 21:29:30 +03:00
.gitignore feat: mk site path, actual website example with serve script 2021-05-15 04:02:06 +03:00
flake.nix feat: get (very) basic ssg ready 2021-05-15 19:42:16 +03:00
LICENSE chore: add license 2021-05-15 04:04:00 +03:00
pkgs-lib.nix feat: get (very) basic ssg ready 2021-05-15 19:42:16 +03:00
README.md docs: readme 2021-05-15 19:44:25 +03:00
tags.nix feat: better basic templating 2021-05-15 21:29:30 +03:00
utils.nix feat: get (very) basic ssg ready 2021-05-15 19:42:16 +03:00

HTML utilities and SSG in Nix. Checkout examples.

Usage

Get it as a flake:

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