|
2 years ago | |
---|---|---|
_input | 2 years ago | |
src | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
cabal.nix | 4 years ago | |
default.nix | 4 years ago | |
rf.cabal | 3 years ago | |
rf.nix | 4 years ago | |
rfg.sh | 3 years ago | |
shell.nix | 4 years ago |
tA's Blog, currently hosted at Regular Flolloping
What you need to get the generator up and running.
Built using Nix. Nix can be installed with:
curl https://nixos.org/nix/install | sh
imagemagick
is required for the favicons.
Enter the build environment
nix-shell --pure
Compile the generator
nix-build
Generate the site
./result/site rebuild
And test it out
./result/site watch
The site will now be avaliable at localhost:8000
Site will be completely static, so simply point your server to the _http
directory
if you edit the values in rfg.sh to point to your git repo, you can run;
nix-shell --pure --run "./rfg.sh"
to automatically build up upload a gopher mirror, such as to work with lain.church
this will also build the http site
if you're not running NixOS, then please edit the bang line in the script to point to your bash installation.
Is very airy fairy and mainly based on what I think constitutes major / minor updates.
Check the ChangeLog for changes, if I remember to write them.
This project is licensed under the BSD2 License - see the LICENSE file for details