next
This commit is contained in:
parent
f56fff2bd3
commit
adb7098d1c
2
.gitignore
vendored
2
.gitignore
vendored
@ -7,4 +7,6 @@ __pycache__
|
|||||||
wiki/trash
|
wiki/trash
|
||||||
wiki/notes.sqlite
|
wiki/notes.sqlite
|
||||||
upload.sh
|
upload.sh
|
||||||
|
wiki/**/*.png
|
||||||
|
wiki/**/*.png.cache
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ I18N_GETTEXT_DOMAIN = 'messages'
|
|||||||
JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']}
|
JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']}
|
||||||
|
|
||||||
PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"]
|
PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"]
|
||||||
PLUGINS = [i18n(), "pelican-css", "pelidoc", "series", "subcategory", "tag_cloud", "tipue_search", "replacer", "asciidoctor"]
|
PLUGINS = [i18n(), "pelican-css", "series", "subcategory", "tag_cloud", "tipue_search", "replacer", "asciidoctor"]
|
||||||
|
|
||||||
|
|
||||||
ASCIIDOCTOR_CMD = "asciidoctor"
|
ASCIIDOCTOR_CMD = "asciidoctor"
|
||||||
@ -87,6 +87,7 @@ ASCIIDOCTOR_EXTRA_OPTIONS = [
|
|||||||
'--attribute=pygments-css=class',
|
'--attribute=pygments-css=class',
|
||||||
'--attribute=lang=ru',
|
'--attribute=lang=ru',
|
||||||
'--attribute=figure-caption=Рис.',
|
'--attribute=figure-caption=Рис.',
|
||||||
|
'--attribute=toc-title=Содержание',
|
||||||
'--attribute=experimental',
|
'--attribute=experimental',
|
||||||
]
|
]
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ I18N_GETTEXT_DOMAIN = 'messages'
|
|||||||
JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']}
|
JINJA_ENVIRONMENT = {'extensions': ['jinja2.ext.i18n']}
|
||||||
|
|
||||||
PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"]
|
PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"]
|
||||||
PLUGINS = [i18n(), "pelican-css", "pelidoc", "series", "subcategory", "tag_cloud", "tipue_search", "replacer", "asciidoctor"]
|
PLUGINS = [i18n(), "pelican-css", "series", "subcategory", "tag_cloud", "tipue_search", "replacer", "asciidoctor"]
|
||||||
|
|
||||||
|
|
||||||
ASCIIDOCTOR_CMD = "asciidoctor"
|
ASCIIDOCTOR_CMD = "asciidoctor"
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 905ab8643375567ca466033b89e33c9ca0ce559a
|
Subproject commit ce6b18660a933855dbe996fc5b5d3d0ac1c25223
|
Loading…
x
Reference in New Issue
Block a user