Pages
Pages are files that live in the content
directory of your Thulite 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:
Or, create a home page using a branch bundle:
Hugo documentation
Thulite leverages Hugo’s content management. Here are some relevant topics:
Content organization Organize your content in a manner that reflects the rendered website.
Page bundles Use page bundles to logically associate one or more resources with content.
Content formats Create your content using multiple content formats.
Front matter Use front matter to add metadata to your content.