-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
85 lines (65 loc) · 1.81 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
baseurl = "https://mediaelch.github.io/mediaelch-blog/" # Hostname (and path) to the root.
title = "Blog | MediaElch" # Site title.
theme = "mediaelch-coder"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
canonifyurls = true
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
# disqusShortname = "yourdiscussshortname"
[params]
author = "MediaElch"
description = "Media Manager for Kodi"
keywords = "blog,developer,personal"
info = "Media Manager for Kodi"
avatarurl = "images/mediaelch.png"
#footercontent = "Enter a text here."
dateformat = "January 2, 2006"
hideCredits = false
hideCopyright = false
rtl = false
# Use inverted colors
inverted = false
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
custom_css = []
# Custom JS
custom_js = []
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
[[params.social]]
name = "Github"
icon = "fab fa-github"
weight = 1
url = "https://github.com/Komet/MediaElch"
[[params.social]]
name = "Gitlab"
icon = "fab fa-gitlab"
weight = 2
url = "https://gitlab.com/mediaelch/"
[languages]
[languages.en]
languagename = "English"
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "https://mediaelch.github.io/mediaelch-doc/about.html"
[[languages.en.menu.main]]
name = "Documentation"
weight = 1
url = "https://mediaelch.github.io/mediaelch-doc/about.html"
[[languages.en.menu.main]]
name = "Blog"
weight = 2
url = "/posts/"
[[languages.en.menu.main]]
name = "GitHub"
weight = 3
url = "https://github.com/Komet/MediaElch"
[markup.goldmark.renderer]
unsafe = true