forked from OpenDreamKit/OpenDreamKit.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
48 lines (40 loc) · 1.55 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Permalinks
permalink: pretty
# Setup
title: OpenDreamKit
tagline: 'Open Digital Research Environment Toolkit for the Advancement of Mathematics'
description: 'A project funded by the <a href="https://ec.europa.eu/programmes/horizon2020/">Horizon 2020</a> - <a href="https://ec.europa.eu/programmes/horizon2020/en/h2020-section/european-research-infrastructures-including-e-infrastructures">European Research Infrastructures</a> Work Programme'
url: http://opendreamkit.org
baseurl: ''
paginate: 10
paginate_path: "/news/page:num/"
blog_path: "/news/"
future: True
plugins:
- jekyll-paginate
- jekyll-github-metadata
- jekyll-redirect-from
exclude: ['public/*.md', 'public/*.html', '_tagpages/README.md', '*.synctex.gz', '*.aux', '*.nav', '*.out', '*.snm', '*.tex', '*.log', '*.toc']
# About/contact
author:
name: 'The OpenDreamKit consortium'
url: http://opendreamkit.org
email: [email protected]
twitter: opendreamkit
repository: OpenDreamKit/OpenDreamKit.github.io
collections:
tagpages:
output: true
permalink: /tag/:path
# Custom vars
version: 0.3.0
repository: OpenDreamKit/OpenDreamKit.github.io
bootstrap: bootstrap-3.3.7-dist
tagfolder: tag
menu:
- title: 'The Project'
folder: 'project'
- title: 'The People'
folder: 'people'
- title: 'Events and Activities'
folder: 'events_activities'