-
Notifications
You must be signed in to change notification settings - Fork 54
/
Copy path_config.yml
87 lines (83 loc) · 2.08 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Site settings
repository: juju-solutions/kubernetes-docs
topnav_title: Charmed Kubernetes Documentation
site_title: 'Charmed Kubernetes<sup>®</sup>'
site_logo_url: https://assets.ubuntu.com/v1/1db850da-K8s+logo.svg
company_name: Canonical
github_editme_path: juju-solutions/kubernetes-docs/blob/master/
disqus_shortname: artful-badger
google_analytics: GTM-K92JCQ
host: 127.0.0.1
port: 4000
exclude:
- .idea/
- .gitignore
feedback_subject_line: Kubernetes Docs
feedback_email: nick.veitch@canonical.com
# feedback_disable: true
# feedback_text: "Need help?"
# feedback_link: "http://helpy.io/"
highlighter: rouge
collections:
tooltips:
output: false
# collections are declared here. this renders the content in _tooltips and processes it, but doesn't output it as actual files in the output unless you change output to true
title: Your awesome title
email: your-email@domain.com
description: > # this means to ignore newlines until "baseurl:"
Write an awesome description for your new site here. You can edit this
line in _config.yml. It will appear in your document head meta (for
Google search results) and in your feed.xml site description.
url: https://www.ubuntu.com
baseurl: /kubernetes/docs
github_username: jekyll
defaults:
-
scope:
path: ""
type: "pages"
values:
layout: "base"
comments: true
search: true
sidebar: home_sidebar
topnav: topnav
-
scope:
path: ""
type: "tooltips"
values:
layout: "page"
comments: true
search: true
tooltip: true
-
scope:
path: ""
type: "posts"
values:
layout: "post"
comments: true
search: true
sidebar: home_sidebar
topnav: topnav
# these are defaults used for the frontmatter for these file types
# Plugins
plugins_dir: ./_plugins
plugins:
- jekyll-redirect-from
sidebars:
- home_sidebar
- mydoc_sidebar
- product1_sidebar
- product2_sidebar
- other
# Build settings
markdown: kramdown
kramdown:
input: GFM
auto_ids: true
hard_wrap: false
syntax_highlighter: rouge
whitelist:
- jekyll-redirect-from