Skip to content

Pages

Pages are files that live in the content directory of your Hyas project. They are responsible for handling routing, data loading, and overall page layout for every page in your website.

Create new content

You can create new content by running the create command in your terminal.

Examples

For example, create an about page using a leaf bundle:

Terminal window
npm run create about/index.md

Or, create a home page using a branch bundle:

Terminal window
npm run create _index.md

Hugo documentation

Hyas leverages Hugo’s content management. Here are some relevant topics: