From 36ee1a12c1a392847c659a6858e3423b55857217 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Mon, 5 Oct 2015 01:04:05 +0300
Subject: [PATCH] Added cgit site to MENUITEMS.

---
 .gitignore     | 1 +
 pelicanconf.py | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 8f54afb..bb4a269 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,5 +2,6 @@ output/*
 cache/*
 *.pyc
 *~
+~*
 *.swp
 *.swo
diff --git a/pelicanconf.py b/pelicanconf.py
index 77027ab..e351592 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 = ''
-- 
GitLab