-
Notifications
You must be signed in to change notification settings - Fork 47
/
_config.yml
35 lines (29 loc) · 941 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
34
35
# Site settings
title: Open Supporter Data Interface Documentation
subtitle: ""
email: info@opensupporter.org
description: "The Open Supporter Data Interface (OSDI) effort seeks to define an API and data structures for interoperability among products in the progressive cause-based, campaign and non-profit marketplace."
baseurl: "/osdi-docs"
url: "http://opensupporter.org/"
source_description: "Test description"
# Enable/show navigation. There are there options:
# 0 - always hide
# 1 - always show
# 2 - show only if posts are present
navigation: 1
# URL to source code, used in _includes/footer.html
codeurl: 'https://github.com/opensupporter/osdi-docs'
# Default categories (in order) to appear in the navigation
sections: [
['doc', 'Documentation'],
['tut', 'Tutorial'],
['ref', 'Reference']
]
# Build settings
markdown: kramdown
highlighter: rouge
permalink: none
kramdown:
input: GFM
exclude:
- vendor