-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path_config.yml
56 lines (50 loc) · 1.23 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
# Site Settings
title: 'Metasys® API'
paginate_path: content/page-:num/
permalink: /:path/:basename:output_ext
force-https: True
lang: "en"
paginate: 5
url: "https://jci-metasys.github.io/api-landing"
baseurl: "/api-landing/"
remote_theme: jci-metasys/jekyll-theme-prettydocs
pre_release: false
# TODO: Local - Comment out before publishing
# url: "http://127.0.0.1:8080"
# baseurl: "/"
# theme: jekyll-theme-prettydocs
# pre_release: true
# Build Settings
github: [metadata]
encoding: UTF-8
markdown: kramdown
highlighter: rouge
kramdown:
input: GFM
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
syntax_highlighter_opts:
disable : true
# Enable minification SASS
sass:
sass_dir: assets/css
style: compressed
plugins:
- jekyll-remote-theme
- jekyll-sitemap
- jekyll-paginate
- jekyll-redirect-from
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
# exclude:
# - Gemfile
# - Gemfile.lock
# - node_modules
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/