Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barelyhuman/alvu

tiny little scriptable static site generator
https://github.com/barelyhuman/alvu

generator golang lua site ssg static

Last synced: 2 days ago
JSON representation

tiny little scriptable static site generator

Awesome Lists containing this project

README

        

# alvu

> another tiny static site generator

## Installation

#### Quick

- You'll need `curl` installed on your system

```sh
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

```sh
# if go >= 1.8
go install github.com/barelyhuman/alvu
```

**or**

```sh
git clone https://github.com/barelyhuman/alvu
cd alvu
go mod tidy
go build
go install
```

## Documentation
You can read the [docs](docs/pages/index) folder in the source code or visit the hosted version of it [here→](https://barelyhuman.github.io/alvu/)

## License
[MIT](license) 2022-Present [Reaper](https://github.com/barelyhuman)