Loading .gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -2,5 +2,6 @@ output/* cache/* *.pyc *~ ~* *.swp *.swo pelicanconf.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 = '' Loading Loading
.gitignore +1 −0 Original line number Diff line number Diff line Loading @@ -2,5 +2,6 @@ output/* cache/* *.pyc *~ ~* *.swp *.swo
pelicanconf.py +1 −1 Original line number Diff line number Diff line Loading @@ -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 = '' Loading