-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
64 lines (53 loc) · 1.86 KB
/
config.toml
File metadata and controls
64 lines (53 loc) · 1.86 KB
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
baseURL = "https://fhnw-ip5-ip6.github.io/CrowPiGoesJavaTutorial/"
languageCode = "en-us"
title = "CrowPi goes Java"
theme = "learn"
showVisitedLinks = true
defaultContentLanguage = "de"
defaultContentLanguageInSubdir = true
[outputs]
home = ["HTML", "RSS", "JSON"]
[languages.de]
weight = 1
contentDir = "content/german"
languageName = "German"
[languages.de.params]
landingPageName = "<i class='fas fa-fw fa-home'></i> Startseite"
landingPageURL = "/CrowPiGoesJavaTutorial/de"
[languages.en]
weight = 2
contentDir = "content/english"
languageName = "English"
[languages.en.params]
landingPageName = "<i class='fas fa-fw fa-home'></i> Home"
landingPageURL = "/CrowPiGoesJavaTutorial/en"
[[menu.shortcuts]]
weight = 10
name = "<i class='fab fa-fw fa-github'></i> GitHub Repository (Code)"
url = "https://github.com/Pi4J/pi4j-example-crowpi"
[[menu.shortcuts]]
weight = 20
name = "<i class='fab fa-fw fa-github'></i> GitHub Repository (Doku)"
url = "https://github.com/FHNW-IP5-IP6/CrowPiGoesJavaTutorial"
[[menu.shortcuts]]
weight = 30
name = "<i class='fas fa-fw fa-cogs'></i> Pi4J Website"
url = "https://www.pi4j.com/"
[[menu.shortcuts]]
weight = 40
name = "<i class='fas fa-fw fa-university'></i> FHNW Website"
url = "https://www.fhnw.ch/en/"
[params]
repoURL = "https://github.com/Pi4J/pi4j-example-crowpi"
codeURL = "https://github.com/Pi4J/pi4j-example-crowpi/blob/main/"
docsURL = "https://pi4j.com/pi4j-example-crowpi/"
editURL = "https://github.com/FHNW-IP5-IP6/CrowPiGoesJavaTutorial/edit/main/content/german/"
author = "Pascal Mathis, Tobias Siegrist"
description = "CrowPi goes Java: An easy introduction to electronics programming"
themeVariant = "crowpi"
showVisitedLinks = true
custom_css = ["css/custom.css"]
# Keep whitespaces to avoid incorrect margins between icons and text
# See issue https://github.com/tdewolff/minify/issues/240
[minify.tdewolff.html]
keepWhitespace = true