Skip to content
Snippets Groups Projects
Unverified Commit acb4457f authored by Tom Wiesing's avatar Tom Wiesing
Browse files

Add 'run' to jekyll excludes

parent 9b367291
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment