lingxz / er

:snail: a hugo theme
https://themes.gohugo.io/theme/er/
MIT License
59 stars 25 forks source link

[Feature Request] Add support for series #13

Open rootkea opened 5 years ago

rootkea commented 5 years ago

Hello!

I'd like to be able to tag the front matter with a series attribute that will link related posts together and display that nicely in the post itself. An example of this is the Medium engineering growth series.

The elements of it are:

Design inspiration for this (shows a sidebar, but I'd like it to be an epilogue instead; Medium actually does put this at the bottom when the screen is narrow). medium

rootkea commented 5 years ago

I came across the theme AllinOne which tries to implement series.

This is how series are displayed on the homepage: home

This is a docker series page: series

It's far from what I'd like to see but maybe this will help start discussion. :-)

PS - sorry, Go noob here. So can't help with the PR. :-(