dyweb / blog

Dongyue Tech Blog
https://blog.dongyueweb.com
14 stars 7 forks source link
blog tech-blog

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 git@github.com:InkProject/ink.git
cd ink && go install .

Workflow

see contribute guideline for detail