Skip to content
/ alvu Public
forked from barelyhuman/alvu

tiny little scriptable static site generator

License

Notifications You must be signed in to change notification settings

adxy/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

About

tiny little scriptable static site generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 94.2%
  • Shell 3.9%
  • Makefile 1.9%