barelyhuman / alvu

tiny little scriptable static site generator

Home Page:https://barelyhuman.github.io/alvu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://barelyhuman.github.io/alvu

License:MIT License


Languages

Language:Go 94.2%Language:Shell 3.9%Language:Makefile 1.9%