From acb4457f50e6fce8af4eaa456a4e75a133551908 Mon Sep 17 00:00:00 2001
From: Tom Wiesing <tkw01536@gmail.com>
Date: Mon, 18 Dec 2017 17:23:12 +0100
Subject: [PATCH] Add 'run' to jekyll excludes

---
 _config.yml | 35 ++++++++++++++++++-----------------
 1 file changed, 18 insertions(+), 17 deletions(-)

diff --git a/_config.yml b/_config.yml
index 021ebfd..98d6b2d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -17,6 +17,7 @@ plugins:
   - jekyll-redirect-from
 
 exclude:
+    - 'run' # because Michael
     - 'public/materialize/materialize-src/*'
     - 'public/*.md'
     - 'public/*.html'
@@ -79,14 +80,14 @@ menu:
     - title: 'News'
       url: '/news/'
       active: '/news/'
-      
+
     - title: 'People'
       active: '/people/'
       url: '/people/'
       items:
         - title: 'Former Members'
           url: '/people/former/'
-    
+
     - title: 'Research'
       url: '/research/'
       folder: 'research'
@@ -94,7 +95,7 @@ menu:
         - title: 'Bibliography'
           external: true
           url: 'https://kwarc.github.io/bibs/'
-    
+
     - title: 'Systems'
       active: '/systems/'
       url: '/systems/'
@@ -103,22 +104,22 @@ menu:
             url: '/systems/orphans/'
           - title: 'Historic Systems'
             url: '/systems/historic/'
-    
+
     - title: 'Projects'
       active: '/projects/'
       url: '/projects/'
       items:
           - title: 'Completed Projects'
             url: '/projects/completed/'
-    
+
     - title: 'Courses & Theses'
       url: '/courses/'
       active: '/courses/'
       items:
           - title: 'Overview (D)'
-            url: '/courses/overview/'	
+            url: '/courses/overview/'
           - title: 'Former Courses'
-            url: '/courses/former/'	
+            url: '/courses/former/'
           - title: 'Upcoming Courses'
             url: '/courses/upcoming/'
           - title: 'Thesis Topics & Projects'
@@ -129,43 +130,43 @@ menu:
     - title: 'Events'
       url: '/events/'
       active: '/events/'
-    
+
     - title: 'Hiring'
       url: '/hiring/'
       active: '/hiring/'
-      
+
     - title: 'Contact'
       url: '/contact/'
-      
+
 # Settings for compressing everything
 compress_html:
   clippings: []
   comments: ["<!-- ", " -->"]
- 
+
 # roles for people and their name
 roles:
-    - 
+    -
         id: faculty
         name: Faculty
     -
         id: postdoc
         name: Postdoc
-    - 
+    -
         id: phd-student
         name: "Phd Student"
-    - 
+    -
         id: master-student
         name: "Master Student"
     -
         id: bachelor-student
         name: "Bachelor Student"
-  
 
-# default values -- the one for all **must** be first 
+
+# default values -- the one for all **must** be first
 defaults:
   -
     scope:
-      path: "" 
+      path: ""
     values:
       menu_hidden: false
       menu_order: 100
-- 
GitLab