Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 232 Bytes

hugo.md

File metadata and controls

23 lines (16 loc) · 232 Bytes

hugo

cd <folder>

# new site
hugo new site . --force

# theme
cd themes
git clone https://github.com/athul/archie.git

# copy config.yaml

# new post
hugo new posts/<yyyy-mm-dd>

# server
hugo server -D

# build
hugo