Skip to content

Xuruowei/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

This is xuruowei's blog. Built using ink.

Installation

Quick install

  • 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

The Gopher way

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 your PATH
  • install ink using go get -u github.com/InkProject/ink, this operation require git and go to be proper installed
  • clone this project, ssh is preferred, i.e. git clone git@github.com:dyweb/blog.git

Workflow

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