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

https://github.com/rubenv/sitegen

Trivial site generator in Go.
https://github.com/rubenv/sitegen

Last synced: about 2 months ago
JSON representation

Trivial site generator in Go.

Awesome Lists containing this project

README

          

# sitegen

> Trivial site generator in Go.

[![Build Status](https://travis-ci.org/rubenv/sitegen.png?branch=master)](https://travis-ci.org/rubenv/sitegen) [![GoDoc](https://godoc.org/github.com/rubenv/sitegen?status.png)](https://godoc.org/github.com/rubenv/sitegen)

## Installation

```
go get github.com/rubenv/sitegen
```

## Usage

Make a `content` and `templates` folder.

Run `sitegen`, your site gets placed in the `static` folder.

There's an example in the `example` folder.