Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 915 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 915 Bytes

Blog

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

Installation

Quick install

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 [email protected]: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