Go to file
2022-07-31 08:34:09 +03:00
examples improvements 2022-07-30 12:42:09 +03:00
templaters fix: change margins 2022-07-31 08:34:09 +03:00
.gitignore feat: mk site path, actual website example with serve script 2021-05-15 04:02:06 +03:00
css.nix improvements 2022-07-30 12:42:09 +03:00
flake.lock chore: update flake deps 2022-02-17 01:34:48 +03:00
flake.nix fix packages 2022-07-30 13:50:49 +03:00
LICENSE chore: add license 2021-05-15 04:04:00 +03:00
pkgs-lib.nix feat: use http-server instead of caddy 2022-07-31 03:51:59 +03:00
README.md feat: css utils, refactor site 2021-05-16 02:56:54 +03:00
tags.nix feat: posts section 2022-07-31 07:17:41 +03:00
utils.nix improvements 2022-07-30 12:42:09 +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";