12 lines
290 B
Markdown
12 lines
290 B
Markdown
# blog
|
|
|
|
My blog built with Hugo.
|
|
|
|
## Building
|
|
|
|
Just run `hugo` and serve the `public` directory.
|
|
|
|
Remember to delete existing `public` directory before rebuilding blog.
|
|
|
|
For development, run `hugo server --watch` to watch for config/content changes, rebuild site and serve it on localhost.
|