About Self Learning

Using hugo with theme docsy to build documents.

build locally

get the source of book

cd /d f:\docs
git clone git@codeup.aliyun.com:5f4da212769820a3e8182f37/xysoft/tips.git mydocks

init submodule

cd /d f:\docs\mydocks
git submodule init
git submodule update --recursive --depth 1

install requirement node modules

cd /d f:\docs\mydocks
npm install

build and confirm

cd /d f:\docs\mydocks
hugo serve

http://localhost:1313/

see How To do a post with images and then do your first post!