This is Dongyue Studio's team blog. Built using ink.
PATH
git clone git@github.com:dyweb/blog.git
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 .
see contribute guideline for detail
ink preview
./scripts/create-post "Cyclone" -l zh-cn -a "gaocegege"
./scripts/pre-deploy