-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
77 lines (64 loc) · 1.86 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
baseURL = 'https://www.kustosz.org/'
languageCode = 'en-us'
title = 'Kustosz'
theme = 'blist'
DefaultContentLanguage = "en"
DefaultContentLanguageInSubdir = false
[languages]
[languages.en]
contentDir = "content"
weight = 1
languageName = "English"
[languages.en.params]
introTitle = "Kustosz"
introSubtitle = "Focus on the worthwhile content with Kustosz, open source self-hosted web application."
introPhoto = "/Kustosz-main.png"
logo = "/kustosz_logo.svg"
[[languages.en.menu.main]]
name = "About"
url = "/"
weight = 1
[[languages.en.menu.main]]
name = "Screenshots"
url = "/screenshots/"
weight = 2
[[languages.en.menu.main]]
name = "Download"
url = "/download/"
weight = 3
[[languages.en.menu.main]]
name = "Documentation"
url = "https://docs.kustosz.org/"
weight = 4
[[languages.en.menu.main]]
name = "Blog"
url = "/blog/"
weight = 5
[params]
# Enable the darkmode toggle in header
darkModeToggle = true
# Enable search in header
enableSearch = false
# Custom copyright - optional
copyright = "Copyright © 2022, Mirek Długosz"
favicon = "/favicon.svg"
# Color for the intro details and social links block, not applicable for dark mode
# Supported values: Any color from TailwindCSS default colors
# Reference: https://tailwindcss.com/docs/customizing-colors
ascentColor = "bg-green-50"
[params.homepage.social]
# Global params common for both languages
title = "Follow us"
description = " "
github = "https://github.com/KustoszApp"
[build]
writeStats = false
[outputs]
home = ["HTML", "RSS", "JSON"]
# syntax highlight settings
[markup]
[markup.highlight]
style = "dracula"
[markup.goldmark.renderer]
# Enable to include inline HTML
unsafe = true