Skip to content

liang610/blog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

Build Status Issue Stats

This is Dongyue Studio's team 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

About

Dongyue Tech Blog

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 33.8%
  • HTML 30.6%
  • JavaScript 19.9%
  • Python 14.4%
  • Shell 1.3%