Skip to content

barelyhuman/alvu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

14dc454 · Apr 2, 2023

History

71 Commits
Apr 2, 2023
Apr 2, 2023
Jan 20, 2023
Aug 9, 2022
Apr 2, 2023
Aug 9, 2022
Jan 18, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023
Apr 2, 2023

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/codeberg.org/reaper/alvu |sh

From Source / Language tools

  • you'll need go lang installed and it's 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