Series
On the frontmatter it will be possible to define a collection for a post
---
date: 2024-10-30
series: python-tutorial
---
Hi lets learn Python
---
date: 2024-10-31
series: python-tutorial
---
Lets go to our second Python article.
So we have 2 articles that are member of the same python-tutorial series.
Implementation
- Pages are going to be normally processed
- All the other taxonomies keeps working the same way (no changes to streams or tags)
- Marmite will generate a
serie-python-tutorial.html listing page
- This listing page will list contents in ascending chronological order (from the oldest to the newest)
- Marmite will generate a
series.html listing all the series (the same thing that is done for streams)
- If a Content has a series, its
previous and next attributes will use the series next and previous if exists
- A Content can be part of a single series, not allowed to set a list of series, series on frontmatter is a string.
- The config will allow mapping
series: with attributes display_name: string and description: string (the description accepts text to be shown on the top of the stream listing page.
Series
On the frontmatter it will be possible to define a collection for a post
So we have 2 articles that are member of the same
python-tutorialseries.Implementation
serie-python-tutorial.htmllisting pageseries.htmllisting all the series (the same thing that is done for streams)previousandnextattributes will use the series next and previous if existsseries:with attributesdisplay_name: stringanddescription: string(the description accepts text to be shown on the top of the stream listing page.