forked from concur/developer.concur.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
30 lines (28 loc) · 905 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
# Site settings
title: Concur Developer Portal
email: [email protected]
description: Concur docs provides comprehensive information on working with the Concur platform
baseurl: "" # the subpath of your site, /developer.concur.com
canonical_site: https://developer.concur.com
twitter_username: concurapi
github_username: concur
repository_url: "https://github.com/concur/developer.concur.com/blob/preview/"
exclude:
- build
- shippable.yml
- awscli-bundle.zip
- awscli-bundle
- README.md
- LICENSE
- Gemfile
- Gemfile.lock
# Build settings
kramdown:
input: GFM
# sitemap plugin configuration
# this config defines 2 properties - change_frequency and priority - that can be included in an
# individual page's front matter to alter that page's settings in the sitemap.xml
url: https://developer.concur.com
sitemap:
change_frequency_name: "change_frequency"
priority_name: "priority"