-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathconfig.yaml
107 lines (97 loc) · 2.44 KB
/
config.yaml
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
baseURL: https://workrave.org/
defaultContentLanguage: en
defaultContentLanguageInSubdir: false
enableEmoji: true
footnotereturnlinkcontents: ↩
metaDataFormat: yaml
theme: workrave
paginate: 5
paginatePath: "page"
title: Workrave
taxonomies:
tag: "tags"
category: "categories"
languageCode: en-us
languages:
en:
contentDir: content/en
languageName: English
weight: 1
params:
description: >
Workrave is a program that assists in the recovery and prevention of
Repetitive Strain Injury (RSI). The program frequently alerts you to take
micro-pauses, rest breaks and restricts you to your daily limit. The
program runs on GNU/Linux and Microsoft Windows.
menu:
main:
- identifier: about
url: /about
name: About
weight: 10
- identifier: help
url: /docs/
name: Get Help
weight: 20
- identifier: contribute
url: /contribute
name: Contribute
weight: 30
- identifier: download
url: /download/
name: Downloads
weight: 40
- identifier: blog
url: /blog/
name: Blog
weight: 50
# nl:
# contentDir: content/nl
# languageName: Nederlands
# weight: 2
# description: >
# Workrave is een programma dat helpt bij het herstel en de preventie van
# Repetitive Strain Injury (RSI). Het programma waarschuwt u regelmatig om
# micro-pauzes en rustpauzes te nemen en beperkt u tot uw dagelijkse limiet.
# Het programma draait op GNU / Linux en Microsoft Windows.
# menu:
# main:
# - identifier: about
# url: /about
# name: Over
# weight: 10
# - identifier: help
# url: /docs/
# name: Hulp
# weight: 20
# - identifier: contribute
# url: /contribute
# name: Ontwikkeling
# weight: 30
# - identifier: blog
# url: /blog/
# name: Blog
# weight: 40
params:
github_repo: "https://github.com/rcaelers/workrave-website/issues/new"
date_format: Jan 2, 2006
permalinks:
blog: /:year/:month/:day/:slug/
outputFormats:
RSS:
baseName: feed
outputs:
home:
- HTML
- RSS
page:
- HTML
section:
- HTML
markup:
goldmark:
renderer:
unsafe: true
pygmentsUseClasses: true
pygmentsCodeFences: true
pygmentsCodefencesGuessSyntax: true