diff --git a/.gitignore b/.gitignore index 8f54afb94b4dbd2202958d1173a8cafcd25f49da..bb4a269071409f4afe9c15b4318a8e43a2062f55 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,6 @@ output/* cache/* *.pyc *~ +~* *.swp *.swo diff --git a/pelicanconf.py b/pelicanconf.py index 77027ab8e769f462f1065ee3faa9f9af9dfd5925..e35159201e26d49a6e4fd74177de0bf99cf8ff98 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -33,7 +33,7 @@ DIRECT_TEMPLATES = ('index', 'archives') #DISPLAY_CATEGORIES_ON_MENU = True DISPLAY_CATEGORIES_ON_MENU = False DISPLAY_PAGES_ON_MENU = True -#THEME = "./storm" +MENUITEMS = (('Code', 'https://www.shore.co.il/cgit/'),) THEME = "./pelican-mockingbird" TAGS_SAVE_AS = '' TAG_SAVE_AS = ''