-
Notifications
You must be signed in to change notification settings - Fork 9
/
_config.yml
55 lines (44 loc) · 1.09 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
48
49
50
51
52
53
54
55
title: Foundation for Public Code Jekyll Theme
permalinks: pretty
include:
- CONTRIBUTING.md
- AUTHORS.md
- LICENSE.md
- CONTRIBUTORS.md
plugins:
- jekyll-remote-theme
- jekyll-include-cache
- jekyll-avatar
- jemoji
- jekyll-mentions
# Exclude the `vendor` folder created by build process
exclude:
- vendor
# To replace the standard GitHub metadata if it fails: https://help.github.com/articles/repository-metadata-on-github-pages/
license:
key: eupl
name: European Union Public License 1.2
spdx_id: EUPL-1.2
# Add a custom copyright message
# copyright: Foundation for Public Code
# Enable Table of Contents displaying
toc: true
# Show the navigation
# show_navigation: true
# Show breadcrumbs on every page
show_breadcrumbs: true
# Hide the Foundation footer
# hide_foundation_footer: true
defaults:
-
scope:
path: "index.md"
values:
order: 0 # Show the index at the top of the navigation
-
scope:
path: "LICENSE.md"
values:
order: 100 # Show the license at the bottom of the navigation
titles_from_headings:
strip_title: true