html.nix/README.md

12 lines
240 B
Markdown
Raw Normal View History

2021-05-15 19:44:25 +03:00
HTML utilities and SSG in Nix. Checkout [examples](./examples).
## Examples
2021-05-15 22:24:00 +03:00
Run site templating example with `nix run github:yusdacra/html.nix#site`.
2021-05-15 19:44:25 +03:00
## Usage
Get it as a flake:
```
inputs.htmlNix.url = "github:yusdacra/html.nix";
```