1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# Blogs with `ABlog`
The [ABlog extension](https://ablog.readthedocs.io/) allows you to tag pages as **blog posts** and additionally include them in landing pages for your blog.
It also has several sidebar templates to show off collections of your posts.
:::{admonition} Minimum version ABlog v0.11.0
Make sure you have `ABlog>=0.11.0rc2` in your dependencies.
:::
This theme has styling support for ABlog and demonstrates some of its functionality here.
## Example blog
Click below to go to the blog
```{button-link} ../examples/blog/index.html
:color: primary
Go to the blog
```
## Example post list
```{postlist}
:list-style: circle
:category: Manual
:date: "%Y-%m-%d"
:format: "{title} - {date}"
:excerpts:
:sort:
```
|