A Notaku blog root page should be a table database, each row represents a blog post.
Notaku uses the page database properties to attach information about a blog post:
- description: show the description for each post in the blog / page.
- hidden: hide a blog post from the root / page (but itβs still available on its own url)
- tags: add some tags to the post visible in the root / page
- authors: add blog posts authors, property must be of type person
- date: the post creation date
Property names are not case sensitive, you can use both
Description
and description
You can also copy the template from here