html.nix/README.md

12 lines
245 B
Markdown
Raw Permalink Normal View History

2021-05-16 02:56:54 +03:00
CSS, HTML utilities and SSG in Nix. Checkout [examples](./examples).
2021-05-15 19:44:25 +03:00
## 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";
```