Pages

Add a default page or blog post.

..
├── blog/
│   └── _index.md
├── quick-start/
│   └── index.md
└── _index.md

See also the Hugo docs: Content Organization.

Add a default page

Example

npm run create about/index.md

Add a blog post

Example

npm run create blog/say-hello-to-hyas/index.md

Edit this page on GitHub