For creating a new page use this command hugo new page-name/_index.md
Then write down the content on this file. Remember that, when you create a page, it’s default draft value is true, you need to change it with false, then your page will shown.
For creating a new page use this command hugo new page-name/_index.md
Then write down the content on this file. Remember that, when you create a page, it’s default draft value is true, you need to change it with false, then your page will shown.
Your feedback helps us improve our docs.