Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Series #102

Open
rochacbruno opened this issue Oct 30, 2024 · 0 comments
Open

[feat] Series #102

rochacbruno opened this issue Oct 30, 2024 · 0 comments
Labels

Comments

@rochacbruno
Copy link
Owner

Some content might be part of a serie, right now it is possible to use tags for that, however this is not the best XP.

Series

On the metadata it will be possible to define a serie for a post

---
date: 2024-10-30
serie: python-tutorial
---
Hi lets learn Python
---
date: 2024-10-31
serie: python-tutorial
---
Lets go to our second Python article.

So we have 2 articles that are member of the same python-tutorial serie.

Implementation

  • Pages are going to be normally processed
  • Marmite will generate a serie-python-tutorial.html listing page
  • This page will list contents in ascending chronological order
  • Marmite will generate a series.html listing all the series
  • if a serie-python-tutorial.md is found, marmite will use it to build the
    top of the listing page, and the listing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant