ABlog support for Shibuya theme
Describe the feature
Hi ABlog developers,
Shibuya is a beautiful responsive theme for Sphinx. I just completed the adaptation of ABlog for the Shibuya theme.
I am facing the same problem as https://github.com/sunpy/ablog/issues/108#issuecomment-2333336939. My patch can not be directly merged to either ABlog or Shibuya; it seems that not all Sphinx themes use HTML templates in exactly the same way, and ABlog can not use a single implementation to let it work on all themes (The more sophisticated the theme, the more adaptation work is required).
So I created a fork https://github.com/SilverRainZ/ablog-with-shibuya and am maintaining a series of small (as possible) patches for my personal use. I hope that in the future, some Sphinx template experts can solve this problem :-)
I will also open a PR to help users find my patch easier.
Proposed solution
No response
That looks great.
There must be a way for ablog to support the more complex themes like this.