Skip to content

NovemberFoxtrot/jedie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jedie

     __       ___    
 __ / /__ ___/ (_)__ 
/ // / -_) _  / / -_)
L___/`__/`_,_/_/`__/ 

jedie - static site generator, jekyll replacement, in golang.

Install

Requirements

  • golang (of course!)
  • git
  • bzr

Install with go get

go get github.com/mattn/jedie

Or, Build after git clone

Get dependencies at first.

git clone https://github.com/mattn/jedie
cd jedie
go get github.com/flosch/pongo
go get github.com/howeyc/fsnotify
go get github.com/russross/blackfriday
go get launchpad.net/goyaml
go build

Usage

At the first, create scaffold

mkdir /path/to/blog
jedie new /path/to/blog
cd /path/to/blog
vim _posts/2013-11-23-welcome-to-jedie.md
jedie build

Then, you can see your site is built in _site directory. If you want to serve your site with http server:

jedie serve

Author

Yasuhiro Matsumoto (a.k.a mattn)

License

MIT

About

Static site generator witten in golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%