Files
flow-hugo/README.md

15 lines
175 B
Markdown

# FlowWithHalvo
Blog for tech/cert and random stuff
# Make new site
`hugo new site <sitename>`
# Make new blog post
`hugo new posts/<postname>.md`
# Compile site
`hugo`