-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.toml
51 lines (41 loc) · 1.56 KB
/
config.toml
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
baseURL = "https://www.junghacker.de"
languageCode = "de-de"
title = "Junghacker - Programmieren für Kids"
theme = "devfest"
contentdir = "content"
layoutdir = "layouts"
publishdir = "jungH4X0r.github.io"
enableEmoji = true
enableRobotsTXT = true
enableMissingTranslationPlaceholders = true
[markup]
defaultMarkdownHandler = "goldmark"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[params]
title = "junghacker"
date = "2019-07-13"
description = "Du willst gerne deine eigenen Computerspiele entwickeln, mit Elektronik basteln und löten, kleine Roboter programmieren oder auch mit freier Software Medien produzieren und gestalten? Dann bist du bei uns genau richtig!"
images = ["/images/logo_transparent.png"]
email = "[email protected]"
keywords = "programming, kids, halle, eigenbaukombinat, junghacker"
copyright = "We :heart:️ programming"
cfpUrl = "https://cfp.chaoszone.cz/"
subscriptionUrl = "https://tickets.eigenbaukombinat.de/ebk/"
appleTouchIcon = "/images/apple-touch-icon.png"
favicon32 = "/images/favicon-32x32.png"
favicon16 = "/images/favicon-16x16.png"
manifest = "/images/manifest.json"
safariPinnedTab = "/images/apple-touch-icon.png"
themeColor = "#673ab7"
[params.logos]
jumbo = "/images/logos/logo_transparent.png"
header = "/images/logos/logo_transparent.png"
footer = "/images/logos/logo_transparent_grey.png"
#[languages]
#[languages.en]
# weight = 1
# languageName = "gb"#
[taxonomies]
tag = "tags"