https://github.com/gernest/bongo
Elegant static website generation with Go
https://github.com/gernest/bongo
Last synced: 6 months ago
JSON representation
Elegant static website generation with Go
- Host: GitHub
- URL: https://github.com/gernest/bongo
- Owner: gernest
- License: mit
- Created: 2015-08-14T16:19:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T07:37:53.000Z (over 7 years ago)
- Last Synced: 2024-06-19T02:00:28.254Z (10 months ago)
- Language: Go
- Homepage: http://gernest.github.io/bongo/
- Size: 2.55 MB
- Stars: 25
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bongo [](https://travis-ci.org/gernest/bongo) [](https://coveralls.io/github/gernest/bongo?branch=master) [](https://godoc.org/github.com/gernest/bongo)
An elegant static site generator.
# Features
* Fast. (yes, speed as a feature)
* Flexible. You can assemble your own static generator.
* Simple to use.
* Themes support.
* Minimalistic.# Installation
The command line app
```bash
go get github.com/gernest/bongo/cmd/bongo
```The library
```bash
go get github.com/gernest/bongo
```
### DocumentationFor Installation and Usage see [documentation](http://godoc.org/github.com/gernest/bongo)
# Contributing
Just fork, and submit a pull request.## Licence
This project is released under MIT licence see [LICENCE](LICENCE) for more details.