Настройки

This commit is contained in:
2019-04-20 11:57:30 +03:00
parent a73d3d736c
commit a228b612fe
2 changed files with 3 additions and 3 deletions

View File

@ -29,10 +29,10 @@ class i18n(object):
translator = gettext.NullTranslations()
generator.env.install_gettext_translations(translator, self.NEWSTYLE)
# ABOUT_ME = ' '
AUTHOR = 'Андрей Астафьев'
SITENAME = 'ДСП'
SITEURL = 'https://dsp.246060.ru'
PORT = 33322
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 = ["better_tables", "just_table"]
PDF_PROCESSOR = True
#PDF_PROCESSOR = True
PANDOC_OUTPUTS = {
'pdf': 'pdf',