Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 451 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 451 Bytes

blog

https://mansunkuo.github.io

Dev

Start Hugo’s development server:

hugo server --disableFastRender --buildDrafts

New post:

hugo new content -k post -c content/tech $(date -I)-test.md
hugo new content -k post -c content/tech $(date -I)-test.zh-tw.md

References