https://github.com/jroimartin/gosw
Minimalist static website generator
https://github.com/jroimartin/gosw
minimalist static suckless website
Last synced: about 1 year 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-21T22:14:48.000Z (over 7 years ago)
- Last Synced: 2025-04-10T06:59:14.414Z (about 1 year ago)
- Topics: minimalist, static, suckless, website
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 10
- Watchers: 2
- 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
```