-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path_config.yml
51 lines (45 loc) · 1.03 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
# Site settings
title: AZA Finance
copyright: AZA Finance
email: [email protected]
description: >
International payments API for Africa
baseurl: "" # the subpath of your site, e.g. /blog/
url: https://docs.transferzero.com # the base hostname & protocol for your site
git_address: https://github.com/transferzero/api-documentation
git_edit_address: https://github.com/transferzero/api-documentation/edit/master
# Theme options from https://bootswatch.com/
# comment-out to use default Bootstrap
bootwatch: yeti
# Build settings
markdown: kramdown
highlighter: rouge
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
exclude:
- Gemfile
- Gemfile.lock
- .idea/
- .gitignore
- README.md
- generate_sdk_examples.rb
timezone: Europe/London
defaults:
- scope:
path: _docs
type: docs
values:
layout: docs
sectionid: docs
seo:
type: "WebPage"
collections:
docs:
permalink: /:collection/:path/
output: true
about:
permalink: /:collection/:path/
output: true