Skip to content
Snippets Groups Projects
_config.yml 1.36 KiB
Newer Older
  • Learn to ignore specific revisions
  • pmaksimo's avatar
    pmaksimo committed
    title: Verified Software
    
    Thomas Wood's avatar
    Thomas Wood committed
    subtitle: <a href="http://www.doc.ic.ac.uk">Department of Computing</a>, <a href="http://www.imperial.ac.uk/">Imperial College London</a>
    
    copyright: Imperial College London
    
    
    baseurl: ""
    
    Sacha-Elie Ayoun's avatar
    Sacha-Elie Ayoun committed
    url: "https://vtss.doc.ic.ac.uk"
    
    
    markdown: kramdown
    
    
    encoding: utf-8
    timezone: Europe/London
    
    
    include:
      - .htaccess
    exclude:
      - Gemfile*
      - Rakefile
      - .gitlab-ci.yml
    
    Thomas Wood's avatar
    Thomas Wood committed
      - publications/README.md
    
    Thomas Wood's avatar
    Thomas Wood committed
    collections:
      people:
        output: true
    
      research:
        output: true
    
    Shale XIONG's avatar
    Shale XIONG committed
      teaching:
        output: true
    
    Thomas Wood's avatar
    Thomas Wood committed
    
    
    defaults:
      -
        scope:
          path: ""
        values:
    
          layout: page
    
          menu_order: 9
    
      -
        scope:
          type: posts
        values:
          layout: post
    
    Thomas Wood's avatar
    Thomas Wood committed
      -
        scope:
          path: ""
          type: people
        values:
          layout: person
    
        values:
          layout: research
    
      -
        scope:
          path: "teaching"
        values:
          layout: teaching
    
      source: publications
    
      bibliography: publications.bib
    
      bibliography_template: publication-entry
      details_link: ""
    
      details_dir: publications
      details_layout: publication.html
    
      use_raw_bibtex_entry: false
    
      bibtex_skip_fields: ['month_numeric', 'project', 'file']
    
      bibtex_filters:
        - superscript
        - latex
    
      sort_by: year, month
    
      order: descending
    
    Thomas Wood's avatar
    Thomas Wood committed
      group_order: descending
    
      bibliography_group_tag: 'h3,h4,h5,h6'
    
      repository: publications