Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barelyhuman/alvu
tiny little scriptable static site generator
https://github.com/barelyhuman/alvu
generator golang lua site ssg static
Last synced: 3 months ago
JSON representation
tiny little scriptable static site generator
- Host: GitHub
- URL: https://github.com/barelyhuman/alvu
- Owner: barelyhuman
- License: mit
- Created: 2022-08-03T15:56:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T10:51:53.000Z (5 months ago)
- Last Synced: 2024-10-02T08:44:55.750Z (4 months ago)
- Topics: generator, golang, lua, site, ssg, static
- Language: Go
- Homepage: https://barelyhuman.github.io/alvu
- Size: 203 KB
- Stars: 20
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)