aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@chimrod.com>2021-01-10 17:29:42 +0100
committerSébastien Dailly <sebastien@chimrod.com>2021-01-10 17:29:42 +0100
commit23127600f9815813dcfde422882cb54e06f9daf5 (patch)
tree750d66783c11136acb6ab71fd9205d091385a5bd
parent1cad4c9044d47c6653d804d7fb58581d92f96cc8 (diff)
Removed main menu
-rwxr-xr-xpelicanconf.py6
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