Skip to content

nianjiang/nianjiang.github.io

Repository files navigation

A blog by Hugo-book

This is a blog for recording my learning for Cloud Native/CNCF (k8s/Istio/...)

Commands

Run

hugo server --minify

Init

hugo mod init github.com/repo/path

Navigate to your hugo project root and add [module] section to your config.yaml:

module:
  imports:
    - path: github.com/alex-shpak/hugo-book

Then, to load/update the theme module and run hugo:

hugo mod get -u
hugo server --minify

My Gitee page, Update

My Github page

Resource

Hugo book

Sample1:

Sample2:


Reference

Hugo

Golang