-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (41 loc) · 894 Bytes
/
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
baseURL = "https://phillymesh.net/"
languageCode = "en-us"
title = "Philly Mesh"
theme = "anubis"
paginate = 3
disqusShortname = ""
googleAnalytics = ""
[author]
name = "Mike Dank"
[params]
author = "Philly Mesh"
description = "Playing with mesh networks and decentralized technology"
dateFormat = "2006-01-02"
paginationSinglePost = true
style = "dark-without-switcher"
[menu]
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "/contact/"
weight = 1
# [[menu.main]]
# identifier = "tags"
# name = "Tags"
# url = "/tags/"
# weight = 2
[[menu.main]]
name = "Archive"
identifier = "archive"
url = "/posts/"
weight = 3
[[menu.main]]
name = "RSS"
identifier = "rss"
url = "/post/index.xml"
weight = 4
[taxonomies]
category = "categories"
tag = "tags"
[markup.goldmark.renderer]
unsafe = true