blob: 66a2175cd788122fbc1efa15296a20503b0c7fed (
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
|
languageCode = 'en-us'
title = "Mark's Kitchen"
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
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
|