-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathconfig.toml
61 lines (50 loc) · 1.19 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
baseURL = "https://www.ferrisellis.com/"
title = "Ferris Ellis"
canonifyurls = true
languageCode = "en-us"
copyright = "Copyright Ferris Ellis 2017-2021. All rights reserved."
theme = "black-and-light"
pygmentsStyle = "trac"
#pygmentsUseClasses = true
pygmentsCodefences = true
[params]
sitename = "FerrisEllis.com"
copyright = "Ferris Ellis"
twitter_handle = "im_ferris"
linkedin_handle = "ferrisellis"
github_handle = "code-ape"
dateform = "January 2, 2006"
description = '''Sustainability, cities, technology, and more.'''
[markup]
[markup.tableOfContents]
startLevel = 1
endLevel = 3
ordered = false
[[menu.main]]
name = "About"
url = "/about/"
weight = 1
[[menu.main]]
name = "Newsletter"
url = "/newsletter/"
weight = 2
[[menu.main]]
name = "Essays"
url = "/categories/essays/"
weight = 3
[[menu.main]]
name = "Technical Writings"
url = "/categories/technical-writings/"
weight = 4
[[menu.main]]
name = "Talks"
url = "/categories/talks/"
weight = 5
[[menu.main]]
name = "Etc"
url = "/categories/etc/"
weight = 6
[taxonomies]
tag = "tags"
category = "categories"
#series = "series"