-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
55 lines (51 loc) · 1.1 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://notes.mpri.me/"
languageCode = "en-us"
title = "📓 Marco's Notes"
theme = "researcher"
enableGitInfo = true
copyright = 'This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.'
rssLimit = 10
[author]
name = 'Marco'
[params]
author = "Marco Primi"
description = "Marco's Notes"
[params.footer]
text = "Go somewhere random"
url = "https://www.random-website.com/random"
[menu]
[[menu.main]]
name = "Favorites"
url = "/favorites/"
weight = 1
pre = "❤️ "
[[menu.main]]
name = "Topics"
url = "/topics/"
weight = 2
pre = "💡 "
[[menu.main]]
name = "Logs"
url = "/logs/"
weight = 3
pre = "🧭 "
[[menu.main]]
name = "Diary"
url = "/diary/"
weight = 4
pre = "🖊 "
[[menu.main]]
name = "Everything Else"
url = "/everything-else/"
weight = 5
pre = "🗂 "
[[menu.main]]
name = "RSS"
url = "/index.xml"
weight = 10
pre = "⚡️ "
[outputs]
page = ["HTML"]
home = ["HTML", "RSS"]
section = ["HTML"]
taxonomy = ["HTML"]