Skip to content
Snippets Groups Projects
_config.yml 1.78 KiB
Newer Older
Michael Kohlhase's avatar
Michael Kohlhase committed
# Permalinks
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

Michael Kohlhase's avatar
Michael Kohlhase committed
exclude: ['public/*.md', 'public/*.html', '*/README.md', '*.synctex.gz', '*.aux', '*.nav', '*.out', '*.snm', '*.tex', '*.log', '*.toc']
Michael Kohlhase's avatar
Michael Kohlhase committed


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

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

collections:
  tagpages:
      output: true
      permalink: /tag/:path

# 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

Michael Kohlhase's avatar
Michael Kohlhase committed
menu:
    - title: 'People'
      folder: 'people'
    - title: 'Research'
      folder: 'research'
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

defaults:
  -
    scope:
      path: "" # an empty string here means all files in the project
    values:
Michael Kohlhase's avatar
Michael Kohlhase committed
      hidden: false