-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (30 loc) · 777 Bytes
/
_config.yml
File metadata and controls
36 lines (30 loc) · 777 Bytes
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
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2018-2024 The Foundation for Public Code <info@publiccode.net>
title: About the Foundation for Public Code
permalinks: pretty
include:
- README.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.md
plugins:
- jekyll-redirect-from
- jekyll-remote-theme
- jekyll-feed
- jekyll-sitemap
remote_theme: publiccodenet/jekyll-theme
# Exclude the `vendor` folder created by Travis
exclude:
- vendor
- script
- Gemfile
- Gemfile.lock
- _site
- .bundle
# Display Table of Contents on every page, disable by adding `toc: false` to the front matter of any file
toc: true
# show_navigation: true
show_breadcrumbs: true
# Display the headings separately
titles_from_headings:
strip_title: true