1
0
mirror of https://github.com/danog/gojekyll.git synced 2024-11-26 23:24:39 +01:00
Go to file
2017-06-10 19:32:39 -04:00
test Collection and permalink wip 2017-06-10 17:51:46 -04:00
.gitignore Initial 2017-06-10 15:38:09 -04:00
build.go Skip unpublished files; missing collections dirs 2017-06-10 19:32:39 -04:00
helpers.go Skip unpublished files; missing collections dirs 2017-06-10 19:32:39 -04:00
link_tag.go Collection and permalink wip 2017-06-10 17:51:46 -04:00
main.go Skip unpublished files; missing collections dirs 2017-06-10 19:32:39 -04:00
page.go Skip unpublished files; missing collections dirs 2017-06-10 19:32:39 -04:00
README.md Initial 2017-06-10 15:38:09 -04:00
server.go Collection and permalink wip 2017-06-10 17:51:46 -04:00
site.go Skip unpublished files; missing collections dirs 2017-06-10 19:32:39 -04:00

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

go get

Run

go run *.go --source test build
go run *.go --source test serve