Blogging Series Support #3395
sheldonhull
started this conversation in
Ideas
Replies: 2 comments
-
DoIt theme also implements the feature. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, this is indeed a great idea! I'm not sure it will be part of the first iteration, but definitely something worth adding when we got basic blogging support of the ground. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@squidfunk @eyllanesc To avoid dilution of the primary post on blogging #3353 , I'm responding here with some detail regarding series support for blogging here as it's not a core blogging feature, but an enhancement.
I am not as familiar with the templating engine of Mkdocs (Jinga?), but thought maybe the implementation I leveraged in Hugo would be useful.
I found the "partials" in Hugo templates solved this very nicely by allowing you to just add a front-matter value and have it show up based on matching series name.
series: ['goland']
and whenever I rebuild my site all the pages get linked in publish order. There is no more having to maintain a "this is post n of x" like I did manually before.Beta Was this translation helpful? Give feedback.
All reactions