1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 03:34:46 +01:00
gojekyll/README.md
Oliver Steele b14c8c5b44 Initial
There was actually a day of work with some ~10 commits preceding this, with history lost due to a bug and a backup system failure.
2017-06-10 15:38:09 -04:00

21 lines
317 B
Markdown

# Go Jekyll
When I grow up, I want to be a golang implementation of Jekyll.
## Status
I'm writing this to learn my way around Go. It's not good for anytihng yet, and it may never come to anything.
## Install
```bash
go get
```
## Run
```bash
go run *.go --source test build
go run *.go --source test serve
```