Styx 0.1.0 released
First release of Styx!
Styx is a functional static site generator based on the Nix package manager.
It is possible to test this release of Styx in a nix-shell
:
$ nix-shell -p $(nix-build https://github.com/ericsagnes/styx/archive/0.1.0.tar.gz)
$ styx --help
Styx can be installed with the nix-env
command:
$ nix-env -i $(nix-build https://github.com/ericsagnes/styx/archive/0.1.0.tar.gz)
$ styx --help
Learn more in the Styx 0.1.0 Documentation, release notes.
If you want to contribute to Styx, please join the GitHub repository.
Bugs should be reported to the issue tracker.