This is Dongyue Studio's team blog. Built using ink.
- download tarball from http://www.chole.io/, extract and put the binary in your
PATH - clone this project, ssh is preferred, i.e.
git clone git@github.com:dyweb/blog.git
tl;dr go get -u github.com/InkProject/ink
- install golang
- install git (NOTE: install GitHub client != install git)
- config your
GOPATHand workspace properly, remember to add$GOPATH/binto yourPATH - install
inkusinggo get -u github.com/InkProject/ink, this operation requiregitandgoto be proper installed - clone this project, ssh is preferred, i.e.
git clone git@github.com:dyweb/blog.git
see contribute guideline for detail
- preview
ink preview - create new post
./scripts/create-post "Cyclone" -l zh-cn -a "gaocegege" - before deploy
./scripts/pre-deploy