Install hugo in your local dev environment
For more details follow this page Installation Guide
brew install hugo
- Create a folder with unique name inside
content/posts/
folder. - Create a file named
index.md
and follow the hugo standard for creating the blog with markdown language - If an image is needed for the post - Create a fodler for
images
folder. Do not forget to link the image in to theindex.md