Adding upstream version 0.11.12.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f89f073565
commit
2f2c7f3767
146 changed files with 9553 additions and 0 deletions
1
roots/test-templates/_templates/ablog/postcard.html
Normal file
1
roots/test-templates/_templates/ablog/postcard.html
Normal file
|
@ -0,0 +1 @@
|
|||
custom postcard.html
|
|
@ -0,0 +1 @@
|
|||
custom postcard.html from theme
|
5
roots/test-templates/_themes/test_theme/theme.toml
Normal file
5
roots/test-templates/_themes/test_theme/theme.toml
Normal file
|
@ -0,0 +1,5 @@
|
|||
[theme]
|
||||
inherit = "basic"
|
||||
|
||||
[options]
|
||||
ablog_inject_templates_after_theme = true
|
1
roots/test-templates/conf.py
Normal file
1
roots/test-templates/conf.py
Normal file
|
@ -0,0 +1 @@
|
|||
extensions = ["ablog"]
|
7
roots/test-templates/index.rst
Normal file
7
roots/test-templates/index.rst
Normal file
|
@ -0,0 +1,7 @@
|
|||
test-postlist
|
||||
===============
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
postlist
|
5
roots/test-templates/post.rst
Normal file
5
roots/test-templates/post.rst
Normal file
|
@ -0,0 +1,5 @@
|
|||
.. post:: 2020-12-01
|
||||
:author: Durden
|
||||
|
||||
post
|
||||
=======
|
4
roots/test-templates/postlist.rst
Normal file
4
roots/test-templates/postlist.rst
Normal file
|
@ -0,0 +1,4 @@
|
|||
postlist
|
||||
==========
|
||||
|
||||
.. postlist::
|
Loading…
Add table
Add a link
Reference in a new issue