ablog
ablog copied to clipboard
ABlog for blogging with Sphinx
Trying to fix the templates and tidy them up. Fixes https://github.com/sunpy/ablog/issues/143 Fixes https://github.com/sunpy/ablog/issues/125 Fixes https://github.com/sunpy/ablog/issues/108 It still doesn't work with the furo theme tho. I am unsure where to go...
Currently, ablog unconditionally injects its own templates at the end of `templates_path`: https://github.com/sunpy/ablog/blob/cbec004743212c565516df5bc3a4eb9f082b8605/ablog/__init__.py#L102 These templates are injected by Sphinx *before* the theme-provided templates: https://github.com/sphinx-doc/sphinx/blob/v4.4.0/sphinx/jinja2glue.py#L168 --- This means, there is no...
### Describe the feature Currently, this extension has no way of knowing whether an inserted template is related to `ABlog`. For example: from https://github.com/sunpy/ablog/blob/main/ablog/templates/authors.html : ```html {% if ablog.author %}...
### Description This PR adds support for external links for posts, by adding an `external_link` parameter to the `Post` directive and page-level metadata. If this parameter is given, then when...
### Description Hi, I would like to use `ABlog` with [furo](https://pradyunsg.me/furo/) theme, but I'm encountering an **error**: Here simple example with `alabaster` theme (works with ablog): https://sphinx-ablog-alabaster.readthedocs.io/en/latest/ https://github.com/damian-krawczyk/sphinx-ablog-alabaster `conf.py` :...
### Description Hi folks, I am looking for more information on how the `postlist` used in the `index.html` page is generated -- I've had a look through all of the...
### Description It would be useful if you could include **external links** in a `PostList`. This is common for blogs that wish to keep lists of affiliate links (e.g. to...
### Description I'm using ablog as a lab notebook. I've created a custom Sphinx role, `:person:`. The argument to the role would be the name of a person. With this...
If possible content in directives shouldn't be included in the excerpts on the summary page
Is it possible to paginate the post listing pages (blog main, categories, tags)? I currently have over 300 posts, so it makes for very long pages!