Skip to content
Snippets Groups Projects
_config.yml 2.45 KiB
Newer Older
Michael Kohlhase's avatar
Michael Kohlhase committed
permalink:        pretty

# 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
gems:
  - jemoji
  - jekyll-paginate
  - jekyll-github-metadata
  - jekyll-redirect-from

exclude:
    - '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

Michael Kohlhase's avatar
Michael Kohlhase committed
semester: SS17
Michael Kohlhase's avatar
Michael Kohlhase committed

# Custom vars
version:             0.3.0
Michael Kohlhase's avatar
Michael Kohlhase committed
repository:          https://gl.kwarc.info/kwarc/website  
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/'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'People'
Tom Wiesing's avatar
Tom Wiesing committed
      items:
        - title: 'Current Members'
          url: '/people/'
        - title: 'Former Members'
          url: '/people/former/'
Tom Wiesing's avatar
Tom Wiesing committed
        - title: 'Bibliography'
          external: true
          url: 'https://kwarc.github.io/bibs/'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'Research'
      folder: 'research'
Tom Wiesing's avatar
Tom Wiesing committed
    
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'Systems'
      folder: 'systems'
Michael Kohlhase's avatar
Michael Kohlhase committed
    - title: 'Projects'
      folder: 'projects'
    - title: '4Students'
      folder: 'students'
    - title: 'Teaching'
      folder: 'teaching'
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: Postdocs
    - 
        id: phd-student
        name: "Phd Students"
    - 
        id: master-student
        name: "Master Students"
    -
        id: bachelor-student
        name: "Bachelor Students"
Tom Wiesing's avatar
Tom Wiesing committed
# default values -- the one for all **must** be first 
Tom Wiesing's avatar
Tom Wiesing committed
defaults:
  -
    scope:
Tom Wiesing's avatar
Tom Wiesing committed
      path: "" 
Tom Wiesing's avatar
Tom Wiesing committed
    values:
Tom Wiesing's avatar
Tom Wiesing committed
      menu_hidden: false
      menu_order: 100
Tom Wiesing's avatar
Tom Wiesing committed
      external: false