mirror of
https://github.com/danog/gojekyll.git
synced 2024-11-27 03:34:46 +01:00
b14c8c5b44
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.
21 lines
317 B
Markdown
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
|
|
```
|