1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-27 06:34:43 +01:00
gojekyll/README.md

21 lines
331 B
Markdown
Raw Normal View History

# 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
./scripts/gojekyll --source test build
./scripts/gojekyll --source test serve
```