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.
β’ 1 min read
hugo new my-new-page.md
hugo new blog/my-new-post.md
hugo server
This shortcuts will be used by me in future.