major changes
This commit is contained in:
@@ -35,13 +35,25 @@ RELATIVE_URLS = False
|
||||
THEME = "themes/fsmi-theme"
|
||||
#THEME = "themes/jesuislibre"
|
||||
DISPLAY_CATEGORIES_ON_MENU = False
|
||||
DISPLAY_PAGES_ON_MENU = True
|
||||
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_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'
|
||||
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'),
|
||||
]),
|
||||
]
|
||||
|
||||
STATIC_PATHS = ['images', 'tut' ]
|
||||
|
||||
Reference in New Issue
Block a user