HUGO

新規に記事を作成する

$ hugo new post/welcome.md

HUGO で theme を自作する

$ ls archetypes/ config.toml content/ data/ layouts/ README.md static/ themes/ $ hugo new theme my-theme $ ls themes/ my-theme

HUGO で WEB サイトの初期データを作成する

$ hugo new site ~/path/to/your/site $ cd ~/path/to/your/site $ ls archetypes/ config.toml content/ data/ layouts/ README.md static/ themes/