summaryrefslogtreecommitdiff
path: root/config.toml
blob: 4609e0982a17d246f9225e87360d140200fc459e (plain)
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
languageCode = 'en-us'
title = "Mark's Kitchen"
theme = "markskitchen"
baseURL = "https://marks.kitchen"
paginate = 5
rssLimit = 10

[author]
name = "Mark Powers"

[params]
description = "Mark's personal blog and more, showcasing lots of programming projects."

[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 1
#[[menu.main]]
#identifier = "Bread"
#name = "Bread"
#url = "/bread/"
#weight = 2
[[menu.main]]
identifier = "Blog"
name = "Blog"
url = "/blog/"
weight = 3
[[menu.main]]
identifier = "Games"
name = "Games"
url = "https://games.marks.kitchen/"
weight = 4
[[menu.main]]
identifier = "Projects"
name = "Projects"
url = "/projects/"
weight = 5
[[menu.main]]
identifier = "Wiki"
name = "Wiki"
url = "https://wiki.marks.kitchen/public"
weight = 6

[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true