html.nix/README.md

12 lines
287 B
Markdown
Raw Normal View History

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