Skip to content
Snippets Groups Projects
_config.yml 3.97 KiB
Newer Older
Tom Wiesing's avatar
Tom Wiesing committed
permalink:        /news/:year/:month/:day/:title/
Michael Kohlhase's avatar
Michael Kohlhase committed

# Setup
title:               KWARC
tagline:             'Knowledge Adaptation and Reasoning for Content '
Tom Wiesing's avatar
Tom Wiesing committed
description:         'The Research Group of the Professorship for Knowledge Representation and Processing at <a href="https://fau.de" class="black-text">FAU Erlangen-Nürnberg</a> - <a href="https://cs.fau.de" class="black-text">Computer Science</a> (previously <a href="https://jacobs-university.de/" class="black-text">Jacobs University</a>). '
url:                 https://kwarc.info
Michael Kohlhase's avatar
Michael Kohlhase committed
baseurl:             ''
paginate:            10
paginate_path:       "/news/page:num/"
blog_path:           "/news/"
future:              True
Tom Wiesing's avatar
Tom Wiesing committed
encoding: utf-8
plugins:
Michael Kohlhase's avatar
Michael Kohlhase committed
  - jekyll-paginate
  - jekyll-github-metadata
  - jekyll-redirect-from

    - 'run' # because Michael
    - 'public/materialize/materialize-src/*'
    - 'public/*.md'
    - 'public/*.html'
    - '*/README.md'
Michael Kohlhase's avatar
Michael Kohlhase committed


# About/contact
author:
  name:              'The KWARC Group'
  url:               http://kwarc.info
  email:             kohlhase@kwarc.info

semesters:
    former:
        - Fall03
        - Spring04
        - Fall04
        - Spring05
        - Fall04
        - Spring06
        - Fall06
        - Spring07
        - Fall07
        - Spring08
        - Fall08
        - Spring09
        - Fall09
        - Spring10
        - Fall10
        - Spring11
        - Fall11
        - Spring12
        - Fall12
        - Spring13
        - Fall13
        - Intersession14
        - Spring14
        - Fall14
        - Spring15
        - Fall15
        - Spring16
        - Fall16
        - Spring17
        - WS16/17
Michael Kohlhase's avatar
Michael Kohlhase committed
        - SS17
Michael Kohlhase's avatar
Michael Kohlhase committed
        - WS17/18
Michael Kohlhase's avatar
Michael Kohlhase committed
        - SS18
    current: WS18/19
    upcoming: SS19
Michael Kohlhase's avatar
Michael Kohlhase committed

# Custom vars
version:             0.3.0
repository:          https://gl.kwarc.info/static/www.kwarc.info
Michael Kohlhase's avatar
Michael Kohlhase committed
tagfolder:           tag

materialize:         materialize
jquery:              jquery-3.2.1
fontawesome:         font-awesome-4.7.0

Tom Wiesing's avatar
Tom Wiesing committed
# Menu config
Michael Kohlhase's avatar
Michael Kohlhase committed
menu:
Tom Wiesing's avatar
Tom Wiesing committed
    - title: 'News'
      url: '/news/'
Tom Wiesing's avatar
Tom Wiesing committed
      active: '/news/'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'People'
Tom Wiesing's avatar
Tom Wiesing committed
      active: '/people/'
Tom Wiesing's avatar
Tom Wiesing committed
      items:
        - title: 'Former Members'
          url: '/people/former/'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'Research'
      folder: 'research'
      items:
        - title: 'Bibliography'
          external: true
          url: 'https://kwarc.github.io/bibs/'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'Systems'
      active: '/systems/'
          - title: 'Orphaned Systems'
            url: '/systems/orphans/'
          - title: 'Historic Systems'
            url: '/systems/historic/'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'Projects'
      active: '/projects/'
      items:
          - title: 'Completed Projects'
            url: '/projects/completed/'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'Courses & Theses'
Michael Kohlhase's avatar
Michael Kohlhase committed
      url: '/courses/'
      active: '/courses/'
      items:
Michael Kohlhase's avatar
Michael Kohlhase committed
          - title: 'Overview (D)'
            url: '/courses/overview/'
          - title: 'Former Courses'
            url: '/courses/former/'
Michael Kohlhase's avatar
Michael Kohlhase committed
          - title: 'Upcoming Courses'
            url: '/courses/upcoming/'
Michael Kohlhase's avatar
Michael Kohlhase committed
          - title: 'Thesis Topics & Projects'
            url: '/courses/topics/'
Michael Kohlhase's avatar
Michael Kohlhase committed
          - title: 'Completed Theses'
Michael Kohlhase's avatar
Michael Kohlhase committed
            url: '/courses/theses/'
    - title: 'Events'
      url: '/events/'
      active: '/events/'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'Hiring'
      url: '/hiring/'
      active: '/hiring/'
Tom Wiesing's avatar
Tom Wiesing committed
    - title: 'Contact'
      url: '/contact/'
Tom Wiesing's avatar
Tom Wiesing committed
# Settings for compressing everything
Tom Wiesing's avatar
Tom Wiesing committed
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
Tom Wiesing's avatar
Tom Wiesing committed
defaults:
  -
    scope:
      path: ""
Tom Wiesing's avatar
Tom Wiesing committed
    values:
Tom Wiesing's avatar
Tom Wiesing committed
      menu_hidden: false
      menu_order: 100
Michael Kohlhase's avatar
Michael Kohlhase committed
      external: false