-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (46 loc) · 1.17 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
baseurl = "https://peertube-viewer.com"
contentdir = "content"
layoutdir = "layouts"
publishdir = "public"
title = "Peertube Viewer"
DefaultContentLanguage = "en"
metaDataFormat = "yaml"
pygmentsUseClasses = true
pygmentCodeFences = true
enableEmoji=true
[Params]
subtitle = "Lightweight cli browser for Peertube"
logo = "peertube-viewer-logo.svg"
favicon = "peertube-viewer-logo.svg"
dateFormat = "January 2, 2006"
commit = false
rssContent = "posts"
gitlabLink = "https://gitlab.com/peertube-viewer/peertube-viewer-rs"
comments = true
[Author]
name = "Guédon Sosthène"
gitlab = "peertube-viewer"
github = "peertube-viewer"
mail = "[email protected]"
[[menu.main]]
name = "News"
url = "/posts"
weight = 1
params = { icon = "fa fa-newspaper" }
[[menu.main]]
name = "About"
url = "/about/"
weight = 2
params = { icon = "fa fa-info-circle" }
[[menu.main]]
name = "Download"
url = "/download"
weight = 3
params = { icon = "fa fa-download" }
[[menu.main]]
name = "Documentation"
url = "https://docs.peertube-viewer.com"
weight = 4
params = { icon = "fa fa-book" }
[markup.goldmark.renderer]
unsafe= true