Skip to content

barelyhuman/alvu

Repository files navigation

alvu

another tiny static site generator

Installation

Quick

  • You'll need curl installed on your system
curl -sf https://goblin.barelyhuman.xyz/github.com/barelyhuman/alvu | sh

From Source / Language tools

  • 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

Documentation

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

License

MIT 2022-Present Reaper