Настройки
This commit is contained in:
parent
a73d3d736c
commit
a228b612fe
@ -29,10 +29,10 @@ class i18n(object):
|
|||||||
translator = gettext.NullTranslations()
|
translator = gettext.NullTranslations()
|
||||||
generator.env.install_gettext_translations(translator, self.NEWSTYLE)
|
generator.env.install_gettext_translations(translator, self.NEWSTYLE)
|
||||||
|
|
||||||
|
# ABOUT_ME = ' '
|
||||||
AUTHOR = 'Андрей Астафьев'
|
AUTHOR = 'Андрей Астафьев'
|
||||||
SITENAME = 'ДСП'
|
SITENAME = 'ДСП'
|
||||||
SITEURL = 'https://dsp.246060.ru'
|
SITEURL = 'https://dsp.246060.ru'
|
||||||
PORT = 33322
|
|
||||||
|
|
||||||
PATH = 'wiki'
|
PATH = 'wiki'
|
||||||
|
|
||||||
@ -83,7 +83,7 @@ PLUGIN_PATHS = ["plugins/official", "plugins/thirdparty"]
|
|||||||
PLUGINS = [i18n(), "pelidoc", "md-metayaml", "render_math", "series", "subcategory", "tag_cloud", "tipue_search", "pelican-css"]
|
PLUGINS = [i18n(), "pelidoc", "md-metayaml", "render_math", "series", "subcategory", "tag_cloud", "tipue_search", "pelican-css"]
|
||||||
#PLUGINS = ["better_tables", "just_table"]
|
#PLUGINS = ["better_tables", "just_table"]
|
||||||
|
|
||||||
PDF_PROCESSOR = True
|
#PDF_PROCESSOR = True
|
||||||
|
|
||||||
PANDOC_OUTPUTS = {
|
PANDOC_OUTPUTS = {
|
||||||
'pdf': 'pdf',
|
'pdf': 'pdf',
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 7803710c7c6551dce41aaabb5d28d95e435dfb21
|
Subproject commit 49afbfa931404471f92a61471ba1d8e682772ed7
|
Loading…
Reference in New Issue
Block a user