another tiny static site generator
- You'll need
curl
installed on your system
curl -sf https://goblin.barelyhuman.xyz/github.com/barelyhuman/alvu | sh
- You'll need go lang installed and its binary path added to your
PATH
env variable
# if go >= 1.8
go install github.com/barelyhuman/alvu
or
git clone https://github.com/barelyhuman/alvu
cd alvu
go mod tidy
go build
go install
You can read the docs folder in the source code or visit the hosted version of it here→