-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
60 lines (52 loc) · 1.01 KB
/
Copy path_config.yml
File metadata and controls
60 lines (52 loc) · 1.01 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
# name of the software
name: Informationgrid
# use for local testing
# baseurl: /github-pages
baseurl:
# versions of the software (current is first)
versions:
- latest (8.0.0)
- 7.5.0
- 7.4.0
- 7.3.0
- 7.2.0
- 7.1.0
- 7.0.0
- 6.3.0
- 6.2.0
- 6.1.0
- 6.0.0
- 5.14.0
- 5.13.0
- 5.12.0
- 5.11.0
- 5.10.0
- 5.9.0
- 5.8.0
- 5.7.0
- 5.6.0
- 5.5.0
- 5.4.0
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
# licence of the software
license: EUPL V1.2
licenseUrl: https://joinup.ec.europa.eu/software/page/eupl
# list of additional links on the right of the top menu
headerLinks:
- title: GitHub
url: https://github.com/informationgrid/informationgrid.github.io
# list of additional links on the footer
footerLinks:
- title: GitHub
url: https://github.com/informationgrid/informationgrid.github.io
- title: Impressum
url: about/disclaimer.html
gems:
- jekyll-redirect-from
- jekyll-sitemap
# DON'T MODIFY
highlighter: rouge
exclude: ['README.md', 'Gemfile.lock', 'Gemfile']