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.
- Host: GitHub
- URL: https://github.com/rubenv/sitegen
- Owner: rubenv
- License: mpl-2.0
- Created: 2014-09-02T17:56:14.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T19:54:52.000Z (over 11 years ago)
- Last Synced: 2025-02-24T08:27:00.951Z (over 1 year ago)
- Language: Go
- Size: 262 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sitegen
> Trivial site generator in Go.
[](https://travis-ci.org/rubenv/sitegen) [](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.