diff --git a/site/content/docs/index.md b/site/content/docs/index.md index 6d5a827f..6b7bcf80 100644 --- a/site/content/docs/index.md +++ b/site/content/docs/index.md @@ -221,6 +221,41 @@ You now have a filter in your page with all possible values automatically added  +## Showing metadata + +If you go now to `http://localhost:3000/my-awesome-dataset`, you will see that we now have two titles on the page. That's because `title` is one of the default metadata fields supported by PortalJS. + + + +Change the content inside `/content/my-awesome-dataset/index.md` to this. + +``` +--- +title: 'My awesome dataset' +author: 'Rufus Pollock' +description: 'An awesome dataset displaying some awesome data' +modified: '2023-05-04' +files: ['data.csv'] +groups: ['Awesome'] +--- + +Built with PortalJS + +## Table + +