This is xuruowei's 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
GOPATH
and workspace properly, remember to add$GOPATH/bin
to yourPATH
- install
ink
usinggo get -u github.com/InkProject/ink
, this operation requiregit
andgo
to 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