1
0
Fork 0

Adding upstream version 0.11.12.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-10 17:15:56 +01:00
parent f89f073565
commit 2f2c7f3767
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
146 changed files with 9553 additions and 0 deletions

View file

@ -0,0 +1,16 @@
extensions = ["ablog"]
# Enable Atom feed generation
blog_baseurl = "https://blog.example.com/"
# Include full post in feeds
blog_feed_fulltext = True
# Add a social media Atom feed
blog_feed_templates = {
# Use defaults, no templates
"atom": {},
# Create content text suitable posting to micro-bogging
"social": {
# Format tags as hashtags and append to the content
"content": "{{ title }}{% for tag in post.tags %}" " #{{ tag.name|trim()|replace(' ', '') }}" "{% endfor %}",
},
}

View file

@ -0,0 +1,8 @@
.. post:: 2021-12-01
:tags: External
:external_link: https://www.sphinx-doc.org/en/master/
External post
=============
This text will be in auto-generated post previews, but links to the post will direct to ``external_link``.

View file

@ -0,0 +1,2 @@
test-external
=============

View file

@ -0,0 +1,4 @@
postlist
========
.. postlist::