/blog

Primary LanguageCSS

Blog

Usage

# create a new post
hugo new posts/hello-blog.md

# preview the site
hugo server --port=3000 -D

# build the site
hugo -d public

Resources