generated from creek-service/single-module-template
-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
52 lines (47 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
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve`. If you change this file, please restart the server process.
# Site Settings
theme : "creek-jekyll-theme"
baseurl : "/json-schema-validation-comparison"
repository : "creek-service/json-schema-validation-comparison"
# Reading Files
include:
- .htaccess
- _pages
exclude:
- README.md
# Collections
collections:
docs:
output: true
permalink: /:collection/:path
# Defaults
defaults:
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: false
toc: true
toc_sticky: true
share: true
# _docs
- scope:
path: ""
type: docs
values:
layout: single
read_time: false
author_profile: false
share: true
comments: false
toc: false
toc_sticky: true
sidebar:
nav: "docs"