Vivek's Field Notes

Hugo Shortcuts

β€’ 1 min read

Shortcuts

to create a page

hugo new my-new-page.md

to create a blog

hugo new blog/my-new-post.md

run locally

hugo server

This shortcuts will be used by me in future.

#Tips #Blog