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

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

Awesome Lists containing this project

README

        

# bongo [![Build Status](https://travis-ci.org/gernest/bongo.svg)](https://travis-ci.org/gernest/bongo) [![Coverage Status](https://coveralls.io/repos/gernest/bongo/badge.svg?branch=master&service=github)](https://coveralls.io/github/gernest/bongo?branch=master) [![GoDoc](https://godoc.org/github.com/gernest/bongo?status.svg)](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
```


### Documentation

For 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.