Go to file
Yusuf Bera Ertan 1f8450f6e4
allow setting footer content on simple templater
2023-07-15 02:19:21 +03:00
examples fix pages with spaces 2023-04-06 06:45:41 +03:00
templaters allow setting footer content on simple templater 2023-07-15 02:19:21 +03:00
.gitignore feat: mk site path, actual website example with serve script 2021-05-15 04:02:06 +03:00
LICENSE chore: add license 2021-05-15 04:04:00 +03:00
README.md feat: css utils, refactor site 2021-05-16 02:56:54 +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
pkgs-lib.nix add charset 2023-04-06 08:09:19 +03:00

README.md

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";