-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
016369f
commit 3fa1446
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Listing Page | ||
|
||
Listing pages are automatically created when an `isPartOf` is filled in your content. But, you may want to customize this listing page with specific contents or title and description for SEO purposes for example. | ||
|
||
Here an example of how to create a listing page : | ||
|
||
```markdown:index.mdx | ||
--- | ||
name: My website category | ||
description: This category will help you find relevant content about the category topic. | ||
identifier: category | ||
inLanguage: en | ||
listingPage: true | ||
dateCreated: 2023-11-11T09:50:33.571Z | ||
dateModified: 2023-11-11T09:51:19.968Z | ||
--- | ||
|
||
Additional contents. The content will be listed below or a above depending on the theme project used. | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters