forked from kimai/www.kimai.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
executable file
·188 lines (172 loc) · 3.32 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
# Site
title: "Kimai Time-Tracking"
locale: "en_US"
lang: "en_US"
baseurl: ""
url: "https://www.kimai.org"
bing-id: "874E17F27A8EABE9DDAED762FC498BC4"
kimai_v2_version: "1.30.11"
kimai_v2_website: https://github.com/kimai/www.kimai.org
kimai_v2_repo: https://github.com/kimai/kimai
kimai_v2_forum: https://github.com/kimai/kimai/discussions
kimai_v2_file: https://github.com/kimai/kimai/blob/main
kimai_v2_demo: https://demo.kimai.org
kimai_v1_repo: https://github.com/kimai/kimai1
languages:
- cs
- de
- en
- fr
- he
- hr
- pt_BR
- sv
- uk
- zh_Hans
# - nb_NO
# - ko
# - ar
# - fa
# - ru
# - vi
date_format:
cs: "%d.%m.%Y"
de: "%d.%m.%Y"
en: "%Y-%m-%d"
fr: "%d.%m.%Y"
he: "%Y-%m-%d"
hr: "%-d. %-m. %Y."
pt_BR: "%Y-%m-%d"
sv: "%Y-%m-%d"
uk: "%Y-%m-%d"
zh_Hans: "%Y-%m-%d"
# ar: "%Y-%m-%d"
# fa: "%Y-%m-%d"
# ko: "%Y-%m-%d"
# nb_NO: "%Y-%m-%d"
# ru: "%Y-%m-%d"
# vi: "%Y-%m-%d"
language_names:
cs: čeština
de: Deutsch
en: English
fr: Français
he: עברית
hr: Hrvatski
pt_BR: Português (Brasil)
sv: Svenska
uk: українська
zh_Hans: 中文(繁體)
# ar: العربية
# fa: فارسی
# ko: 한국어
# nb_NO: Norwegian Bokmål (Norway)
# ru: русский
# vi: Tiếng Việt
rtl:
- ar
- fa
- he
collections:
documentation:
output: true
permalink: "/:collection/:name.html"
docu_versioned:
output: true
permalink: "/documentation/:path.html"
pages:
output: true
permalink: "/:name/"
error:
output: true
permalink: "/:name.html"
store:
output: true
permalink: "/store/:title.html"
defaults:
- scope:
path: ""
type: posts
values:
permalink: "/blog/:year/:title/"
layout: post
author: kevinpapst
lang: en
- scope:
path: ""
type: pages
values:
layout: page
lang: en
- scope:
path: ""
type: error
values:
layout: error
sitemap: false
lang: en
- scope:
path: ""
type: documentation
values:
layout: documentation
lang: en
- scope:
path: ""
type: docu_versioned
values:
layout: docu-versioned
lang: en
- scope:
path: ""
type: store
values:
layout: store-item
lang: en
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
# see Gemfile
plugins:
- jekyll-sitemap
- jekyll-mentions
- jekyll-paginate
- jekyll-redirect-from
jekyll-mentions:
base_url: https://github.com
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
- assets/*.scss
- assets/bundle.js
- translate-pages.php
- .github
whitelist:
- jekyll-redirect-from
################### REMOVE ME ###################
base_color: '#467fcf'
author:
name: Kevin Papst
url: https://www.kevinpapst.de
# Kimai exclusive
use_pagination: false
name: 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"