-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.toml
102 lines (87 loc) · 2.44 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
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
# The URL the site will be built for
base_url = "https://ktt-ol.github.io"
default_language = "de"
title = "Kreativität trifft Technik e.V."
description = "Website des Kreativität trifft Technik e.V."
author = "Markus Framer"
# Compilation settings
compile_sass = true
minify_html = true
build_search_index = false
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
taxonomies = [
{ name = "Serie", feed = true, paginate_by = 10 },
{ name = "Typ", feed = true, paginate_by = 10 }
]
[link_checker]
skip_prefixes = []
skip_anchor_prefixes = []
internal_level = "error"
external_level = "error"
[slugify]
paths = "on"
taxonomies = "on"
anchors = "on"
paths_keep_dates = false
[markdown]
highlight_code = true
render_emoji = false
external_links_target_blank = true
external_links_no_follow = true
external_links_no_referrer = true
smart_punctuation = true
lazy_async_image = true
[translations]
language = "Sprache"
not_found_content = "Dies sind nicht die Inhalte die ihr sucht!"
not_found = "Inhalt nicht gefunden"
locale_name = "de_DE"
publish_time = "veröffentlicht am %date% um %time% Uhr von %author%"
all = "Alle"
images = "Bilder"
arrival = "Anreise"
closed = "Geschlossen"
closing = "Schließt bald"
open = "Geöffnet"
[extra]
ifs_base_path = "https://www.mainframe.io/media/ifs-images"
resource_base = "https://ktt-ol.github.io"
bs_color_map = [
"primary",
"secondary",
"success",
"danger",
"warning",
"info",
"light"
]
rooms = [
{ name = "space", title = { de = "Hackspace", en = "Hackspace" } },
{ name = "machining", title = { de = "Zerspanungstechnik", en = "Machining" } },
{ name = "lab3d", title = { de = "3D Lab", en = "3D Lab" } },
{ name = "radstelle", title = { de = "Radstelle", en = "Cycling" } },
]
[languages.en]
title = "Kreativität trifft Technik e.V."
description = "Website of Kreativität trifft Technik e.V."
# Compilation settings
build_search_index = false
generate_feeds = true
feed_filenames = ["rss.xml", "atom.xml"]
taxonomies = [
{ name = "Series", feed = true, paginate_by = 10 },
{ name = "Type", feed = true, paginate_by = 10 }
]
[languages.en.translations]
language = "Language"
not_found_content = "This is not the content you are looking for!"
not_found = "Content not found"
locale_name = "en_US"
publish_time = "published on %date% at %time% by %author%"
all = "All"
images = "Images"
arrival = "Arrival"
closed = "Closed"
closing = "Closing soon"
open = "Open"