alvu

another tiny static site generator

Installation

Quick

curl -sf https://goblin.barelyhuman.xyz/github.com/barelyhuman/alvu | sh

From Source / Language tools

# 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

Documentation

You can read the docs folder in the source code or visit the hosted version of it here→

License

MIT 2022-Present Reaper