Skip to content

Latest commit

 

History

History
executable file
·
44 lines (30 loc) · 583 Bytes

hugo.md

File metadata and controls

executable file
·
44 lines (30 loc) · 583 Bytes
title category layout prism_languages updated
Hugo
Hugo
2017/sheet
bash
2017-11-20

Hugo

Quick start

Create a new site

hugo new site rootsongjc-hugo

Create a new page

hugo new posts/cheatsheets.md

This will create a new file on contents/posts/cheatsheets.md.

Build site

hugo

Your site files located on public folder.

Debug

hugo server

Debug your site on http://localhost:4001. Any file changed will lead to website live update.

Reference