Go to file
2021-05-16 23:22:34 +03:00
examples feat: pages folder support 2021-05-16 22:47:53 +03:00
templaters feat: rename index page to posts 2021-05-16 23:22:34 +03:00
.gitignore feat: mk site path, actual website example with serve script 2021-05-15 04:02:06 +03:00
css.nix feat: css utils, refactor site 2021-05-16 02:56:54 +03:00
flake.lock feat: use nixpkgs input, add apps for easily running examples 2021-05-15 22:23:14 +03:00
flake.nix refactor: some docs, refactor basic template a lil bit 2021-05-16 03:05:10 +03:00
LICENSE chore: add license 2021-05-15 04:04:00 +03:00
pkgs-lib.nix feat: pages folder support 2021-05-16 22:47:53 +03:00
README.md feat: css utils, refactor site 2021-05-16 02:56:54 +03:00
tags.nix feat: even better css for basic templatet 2021-05-16 00:43:38 +03:00
utils.nix feat: get (very) basic ssg ready 2021-05-15 19:42:16 +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";