One minute
My First Post
My First Post using Hugo
Just a little something to jot down notes and ideas.
For my reference:
- Quickstart - https://gohugo.io/getting-started/quick-start/
- Create new posts using the command:
hugo new posts/my-first-post.md - Hugo Server:
hugo server -D - For adding shorcodes - https://gohugo.io/content-management/shortcodes/
- For adding images -
- After running
hugo serverfor local web development, you need to do a finalhugorun without the_server_part of the command to rebuild your site. You may then deploy your site by copying thepublic/directory to your production web server.
Read other posts