Skip to content

dyweb/blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog

This is Dongyue Studio's team blog. Built using ink.

Installation

Quick install

  • download tarball from https://imeoer.github.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

You can no longer go get or go install thanks to go mod and the replace in ink's go mod, go#44840

# With go mod, you no longer need to clone the porject under right go path
git clone git@github.com:InkProject/ink.git
cd ink && go install .

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