Static site generator and functional web framework written entirely in Nix
Find a file
2023-12-31 19:23:26 +00:00
nixite add __self to styled 2023-12-31 19:23:26 +00:00
testing add __self to styled 2023-12-31 19:23:26 +00:00
.gitignore initial commit 2023-12-30 18:27:23 +00:00
flake.lock initial commit 2023-12-30 18:27:23 +00:00
flake.nix merge styles with attrs in styled components 2023-12-31 17:51:31 +00:00
README.md use styled components and improve error handling 2023-12-31 04:27:09 +00:00

Nixite

A static site generator made in Nix.

This is currently very experimental / subject to change.

Why

Clearly there aren't already enough web frameworks out there.

I thought it would be fun.

I wanted to get better at Nix.

Importing other people's styles / component libs could actually be a decent experience.

You can process your site with the power of nixpkgs - eg you could process images using imagemagick.

How

Read flake.nix for basic usage.

The default package will build the site:

nix build .

You can also serve it locally (using caddy)

nix run .#serve