-
Notifications
You must be signed in to change notification settings - Fork 140
/
_config.yml
44 lines (38 loc) · 1.1 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
# Site settings
title: SAP Concur Developer Center
email: [email protected]
description: Concur docs provides comprehensive information on working with the Concur platform
baseurl: ""
canonical_site: https://preview.developer.concur.com
twitter_username: concurapi
github_username: concur
repository_url: "https://github.com/SAP-docs/preview.developer.concur.com/blob/main/src/"
# Build settings
kramdown:
input: GFM
sass:
style: compressed
source: src
# 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://preview.developer.concur.com
sitemap:
change_frequency_name: "change_frequency"
priority_name: "priority"
pagination:
per_page: 5
permalink: '/page:num/'
jekyll-archives:
enabled: all
layout: 'archive'
permalinks:
year: '/:year/'
month: '/:year/:month/'
day: '/:year/:month/:day/'
tag: '/tag/:name/'
category: '/category/:name/'
plugins:
- octopress-paginate
- jekyll-redirect-from
- jekyll-bootstrap-sass