Skip to content
Snippets Groups Projects
_config.yml 2.16 KiB
Newer Older
  • Learn to ignore specific revisions
  • 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
    
    
    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
    #  twitter:           opendreamkit-
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
    
    
    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'
    
    Tom Wiesing's avatar
    Tom Wiesing committed
          items:
            - title: 'Bibliography'
              menu_order: 10000
              external: true
              url: 'https://kwarc.github.io/bibs/'
    
    Michael Kohlhase's avatar
    Michael Kohlhase committed
        - 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'
    
        - title: 'News'
          url: '/news/'
    
    Tom Wiesing's avatar
    Tom Wiesing committed
        - title: 'Sub'
          items:
            - title: 'Contact'
              url: '/contact/'
    
    Tom Wiesing's avatar
    Tom Wiesing committed
    
    compress_html:
      clippings: []
      comments: ["<!-- ", " -->"]      
    
    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_external: false
          menu_order: 100