diff options
Diffstat (limited to 'pelicanconf.py')
-rwxr-xr-x | pelicanconf.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/pelicanconf.py b/pelicanconf.py index 0bad910..f0388dc 100755 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -34,12 +34,16 @@ ARTICLE_SAVE_AS = u'{date:%Y}/{date:%m}/{slug}/index.html' STATIC_SAVE_AS=u'{path}' +# THEME THEME= 'theme/Flex' PYGMENTS_STYLE = "monokai" SITELOGO= '/images/profile.png' SITETITLE= 'Chimrod' CUSTOM_CSS='theme/custom.css' -MAIN_MENU=True +MAIN_MENU=False +COPYRIGHT_NAME="Sébastien Dailly" + + LINKS= ( ("git","http://git.chimrod.com") , ) HOME_HIDE_TAGS=False |