blog/README.md

12 lines
290 B
Markdown
Raw Normal View History

2021-05-09 16:35:28 +02:00
# blog
2021-05-18 15:29:05 +02:00
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.