major changes

This commit is contained in:
2017-10-07 01:07:01 +02:00
parent f494aa7622
commit ab1efb649e
18 changed files with 57 additions and 507 deletions

View File

@@ -34,14 +34,28 @@ RELATIVE_URLS = False
THEME = "themes/fsmi-theme"
#THEME = "themes/jesuislibre"
DISPLAY_PAGES_ON_MENU = True
DISPLAY_CATEGORIES_ON_MENU = False
PAGE_ORDER_BY = 'pageorder'
ARTICLE_SAVE_AS = '{category}/{date:%Y}/{date:%b}/{date:%d}/{title}/index.html'
ARTICLE_URL = '{category}/{date:%Y}/{date:%b}/{date:%d}/{title}/'
PAGE_SAVE_AS = 'pages/{slug}.html'
ARTICLE_SAVE_AS = '{category}/{date:%Y}{date:%b}{date:%d}/{title}/index.html'
ARTICLE_URL = '{category}/{date:%Y}{date:%b}{date:%d}/{title}/'
#PAGE_SAVE_AS = 'pages/{slug}.html'
PLUGIN_PATHS = ["plugins"]
#PLUGINS = ["render_math"]
#MENUITEMS=buildNavigation.getNavigation()
MENUITEMS = [
('O-Phase', [
('Wochenplan', 'misc/2017Okt04/Kontakt'),
('Schreibt uns!', 'misc/2017Okt05/Wochenplan'),
]),
('Kontakt', [
('Datenschutzerklärung', 'pages/datenschutzerklarung.html'),
('Impressum', 'pages/impressum.html'),
('Kontakt', '/pages/kontakt.html'),
]),
]
#buildNavigation.getNavigation()
STATIC_PATHS = ['images', 'tut' ]