forked from codefresh-io/docs.codefresh.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
146 lines (128 loc) · 3.58 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
title: Codefresh | Docs
description: "Codefresh is a Docker-native CI/CD platform. Instantly build , test and deploy Docker images."
# Server
source: "."
destination: ./_site
host: 127.0.0.1
port: 3131
baseurl: ""
show_dir_listing: false
locale: "en-US"
# Sitemap
url: "https://docs.codefresh.io"
encoding: UTF-8
markdown_ext: "markdown,mkdown,mkdn,mkd,md"
# Social
twitter: codefresh
authors: ""
social_image_path: /docs/assets/brand/codefresh-social.png
social_logo_path: /docs/assets/brand/codefresh-social-logo.png
# Dependencies
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
input: GFM
hard_wrap: false
footnote_nr: 1
entity_output: as_char
toc_levels: 2..4
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false
# Permalinks
permalink: pretty
# Reading Files
include:
- .htaccess
- _pages
exclude:
- .idea/
- .git/
- .github/
- assets/scss/
- build/
- js/
- node_modules/
- nuget/
- scss/
- vendor/
- CODE_OF_CONDUCT.md
- composer.json
- Gemfile
- Gemfile.lock
- package.js
- package.json
- package-lock.json
- README.md
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-github-metadata
- jemoji
repository: codefresh-io/docs.codefresh.io
# Collections
collections:
posts:
output: true
permalink: /:collection/:year/:month/:day/:title/
pages:
output: true
permalink: /:collection/:path
docs:
output: true
permalink: /:collection/:path/
# Defaults
defaults:
# _posts
- scope:
path: "_posts"
type: posts
values:
layout: simple
# _pages
- scope:
path: "_pages"
type: pages
values:
layout: simple
# _docs
- scope:
path: "_docs"
type: docs
values:
layout: docs
toc: true
wide: true
# Custom variables
repo: "https://github.com/codefresh-io/docs.codefresh.io"
features: "https://codefresh.io/features/"
enterprise: "https://codefresh.io/enterprise/"
pricing: "https://codefresh.io/pricing/"
schedule_demo: "https://codefresh.io/schedule-a-demo/"
codefresh_login: "https://g.codefresh.io/login"
codefresh_signup: "https://g.codefresh.io/signup"
link_main: "https://codefresh.io"
link_cli: "https://cli.codefresh.io"
link_git_examples: "https://github.com/codefresh-examples/examples/"
link_api: "https://g.codefresh.io/api/"
link_plugins: "https://codefresh.io/steps/"
link_community: "https://community.codefresh.io/"
ga_tracking_code: "UA-53554200-2"
cdn:
# See https://www.srihash.org for info on how to generate the hashes
css: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
css_hash: "sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
js: "https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
js_hash: "sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
jquery: "https://code.jquery.com/jquery-3.2.1.min.js"
jquery_hash: "sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
popper: "https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
popper_hash: "sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
# HTML Compression
# - http://jch.penibelst.de/
compress_html:
clippings: all
profile: false
startings: [head, body]
ignore:
envs: development