15 lines
175 B
Markdown
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`
|
|
|
|
|