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