Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jroimartin/gosw

Minimalist static website generator
https://github.com/jroimartin/gosw

minimalist static suckless website

Last synced: 2 months ago
JSON representation

Minimalist static website generator

Awesome Lists containing this project

README

        

# gosw - Minimalist static website generator

## Installation

```
go get github.com/jroimartin/gosw
```

## Usage

```
$ cp $GOPATH/src/github.com/jroimartin/gosw/_resources/{config.json,style.css} .
# Customize config.json
$ mkdir mysite
# Add contents into "mysite"
$ gosw mysite mysite_output
```