forked from kimai/www.kimai.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·223 lines (206 loc) · 3.9 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
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
# Site
title: Kimai Time-Tracking
bio: 'Kimai time-tracking'
description: "Kimai time-tracking app - a free and open-source PHP based time-tracker for agencies and freelancer"
locale: en_US
baseurl: "" # the subpath of your site, e.g. /blog
# jekyll-sitemap: base hostname & protocol for your site
url: "https://www.kimai.org"
bing-id: "874E17F27A8EABE9DDAED762FC498BC4"
collections:
documentation:
output: true
permalink: /:collection/:name.html
v1:
output: true
permalink: /:collection/:name.html
pages:
output: true
permalink: /:name/
error:
output: true
permalink: /:name.html
store:
output: true
permalink: /store/:name.html
features:
output: false
defaults:
- scope:
path: ""
type: posts
values:
permalink: "/blog/:year/:title/"
layout: post
author: kevinpapst
- scope:
path: ""
type: pages
values:
layout: page
- scope:
path: ""
type: error
values:
layout: error
sitemap: false
- scope:
path: ""
type: v1
values:
layout: v1
- scope:
path: ""
type: documentation
values:
layout: documentation
- scope:
path: ""
type: store
values:
layout: store-item
# Jekyll
markdown: kramdown
highlighter: rouge
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
syntax_highlighter: rouge
syntax_highlighter_opts:
css_class: ''
span:
line_numbers: false
mathjax: true
sass:
sass_dir: assets/sass
style: compressed
# Gems
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-toc
toc:
min_level: 2
max_level: 3
jekyll-mentions:
base_url: https://github.com
jekyll_tidy:
compress_html: false
ignore_env: development
base_color: '#467fcf'
author:
name: Kevin Papst
url: https://www.kevinpapst.de
docs-menu:
- title: Getting started
pages: [index]
- title: Components
pages: [alerts, buttons, tags, typography]
# Kimai exclusive
use_pagination: false
permalink: /blog/:year/:title/
name: Kimai Time-Tracking
download_url: /download/
# Kimai v2
kimai_v2_version: 0.8.1
kimai_v2_website: https://github.com/kimai/www.kimai.org
kimai_v2_repo: https://github.com/kevinpapst/kimai2
kimai_v2_file: https://github.com/kevinpapst/kimai2/blob/master
kimai_v2_demo: https://demo.kimai.org
# Kimai v1
kimai_v1_repo: https://github.com/kimai/kimai
kimai_v1_demo: https://demo-v1.kimai.org
# Exclude list
exclude:
- README.md
- Gemfile
- Gemfile.lock
- node_modules
- gulpfile.js
- package.json
- _site
- src
- vendor
- CNAME
- LICENSE
- Rakefile
- old
- .gitignore
- .git
- .idea
- _includes
- .DS_Store
- .sass-cache/
- assets/scss/*
colors:
blue:
hex: '#467fcf'
name: Blue
azure:
hex: '#45aaf2'
name: Azure
indigo:
hex: '#6574cd'
name: Indigo
purple:
hex: '#a55eea'
name: Purple
pink:
hex: '#f66d9b'
name: Pink
red:
hex: '#e74c3c'
name: Red
orange:
hex: '#fd9644'
name: Orange
yellow:
hex: '#f1c40f'
name: Yellow
lime:
hex: '#7bd235'
name: Lime
green:
hex: '#5eba00'
name: Green
teal:
hex: '#2bcbba'
name: Teal
cyan:
hex: '#17a2b8'
name: Cyan
gray:
hex: '#868e96'
name: Gray
gray-dark:
hex: '#343a40'
name: Dark gray
theme-colors:
primary:
hex: '#467fcf'
name: Primary
secondary:
hex: '#868e96'
name: Secondary
success:
hex: '#38c172'
name: Success
info:
hex: '#17a2b8'
name: Info
warning:
hex: '#f8b700'
name: Warning
danger:
hex: '#f90049'
name: Danger
# light:
# hex: '#f8f9fa'
# name: Light
# dark:
# hex: '#343a40'
# name: Dark