Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jroimartin/gosw
- Owner: jroimartin
- License: mit
- Created: 2018-06-30T16:25:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T22:14:48.000Z (over 6 years ago)
- Last Synced: 2024-06-20T15:46:14.964Z (7 months ago)
- Topics: minimalist, static, suckless, website
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```