-
Notifications
You must be signed in to change notification settings - Fork 249
/
_config.yml
33 lines (33 loc) · 929 Bytes
/
_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
title: PKP Documentation Hub
plugins:
- jekyll-seo-tag
- jekyll-relative-links
- jekyll-optional-front-matter
- jekyll-default-layout
- jekyll-titles-from-headings
- jekyll-readme-index
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "book"
-
scope:
path: "dev/api"
type: "pages"
values:
swaggerUiVersion: 3
url: "https://docs.pkp.sfu.ca" # the base hostname & protocol for your site
readme_index:
enabled: true
remove_originals: false
with_frontmatter: true
include:
- _all-skins.css # For the SchemaSpy database documentation (Jekyll excludes files that start with _)
- _all-skins.min.css # For the SchemaSpy database documentation (Jekyll excludes files that start with _)
exclude:
- dev/ui-library/**/*.md # For the Readme.md files included in the fonts directory (Jekyll will try to make a page out of it)
plugins:
- jekyll-sitemap