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 mydoc
init submodule
cd /d f:\docs\mydoc
git submodule init
git submodule update --recursive --depth 1
install requirement node modules
cd /d f:\docs\mydoc
npm install
build and confirm
cd /d f:\docs\mydoc
hugo serve
see How To do a post with images and then do your first post!