-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
43 lines (35 loc) · 971 Bytes
/
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
baseURL = "https://fryboyter.de/"
DefaultContentLanguage = "de"
title = "fryboyter.de"
theme="GythaOgg"
rssLimit = 20
[outputs]
home = [ "HTML", "JSON", "RSS" ]
[params]
mainSections = ["posts"]
ghrepo = "https://github.com/Fryboyter/Hugo/"
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[module]
[[module.mounts]]
source = "themes/GythaOgg/static/css/style.css"
target = "assets/css/style.css"
[[module.mounts]]
source = "themes/GythaOgg/static/css/prism.css"
target = "assets/css/prism.css"
[[module.mounts]]
source = "themes/GythaOgg/static/js/prism.js"
target = "assets/js/prism.js"
[languages]
[languages.de]
languageName = "Deutsche Version"
languageCode = "de"
weight = 1
[languages.en]
languageName = "English version"
languageCode = "en"
weight = 2
[permalinks]
posts = ":slug"