-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
69 lines (61 loc) · 1.15 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
---
remote_theme: "mmistakes/minimal-mistakes@4.23.0"
title: Open Acidification Project
logo: /assets/images/OAP_Logo_small.png
minimal_mistakes_skin : "dark"
# Site Footer
footer:
links:
- label: "GitHub"
icon: "fab fa-fw fa-github"
url: "https://github.com/Open-Acidification"
# Reading Files
include:
- .htaccess
- _pages
keep_files:
- .git
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
plugins:
- jekyll-include-cache
# mimic GitHub Pages with --safe
whitelist:
- jekyll-include-cache
# Collections
collections:
docs:
output: true
permalink: /:collection/:path/
# Defaults
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: single
author_profile: true
read_time: true
comments: true
share: true
related: true
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: single
author_profile: true
# _docs
- scope:
path: ""
type: docs
values:
layout: single
read_time: false
author_profile: false
share: false
comments: false
sidebar:
nav: "docs"