Support for ABlog #262
Replies: 9 comments 2 replies
|
You'll need to be more specific about what supporting ABlog would mean/need. What works right now, and what doesn't; why Furo needs to be the one that adds compatibility (rather than the other way round etc). |
This comment has been hidden.
This comment has been hidden.
|
@pradyunsg here I put more details with examples you can check how it works with default theme |
|
is this relevant? |
|
looks like (only?) two files to change: https://github.com/sunpy/ablog/search?q=layout.html |
|
@damian-krawczyk I recently made some changes to the furo theme to support ablog, as it currently stands it should work as both a normal Sphinx theme, and an ablog theme and did my best to ensure no breaking changes. If you plan on testing it locally you'll need to follow the instructions on the workflow to get it to get all the Sass stylesheets and Javascript code working. Good luck! |
|
At ablog's end Issue is tracked here sunpy/ablog#108 |
|
I just tried to use furo with ablog and got this error in the browser. I'm uncertain if the change needs to happen at the furo end, the ablog end or if it needs to be done at the user end. |
Ablog with FuroTL;DRSee ablog_with_furoBodyHi Based on comments from
I forked Ablog and created ablog_with_furo Now to use this I suggest using the You can use submodule for this git submodule add https://github.com/ABD-01/ablog_with_furo.git exts/ablogFor instance how I used it in my repo I have also added meta data for posts below the title You can view the Ablog's documentation build using furo here |

Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
n/a
Describe the solution you'd like
I would like furo theme to support ABlog. It would be good to support even the simplest form:
Describe alternatives you've considered
n/a
Additional context
See examples of ABlog for Sphinx in use:
All reactions