-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
51 lines (42 loc) · 918 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
baseURL = "https://angstrom.io/"
languageCode = "en-us"
defaultContentLanguage = 'en'
contentDir = "content"
title = "life and code · in small doses"
description = "Writings and code from another programmer."
theme = "bootstrap"
relativeURLs = false
pygmentsCodeFences = true
pygmentsUseClasses = true
autoHeadingID = true
[Social]
twitter = '#'
[permalinks]
posts = '/:year/:month/:day/:title/'
[markup]
[markup.tableOfContents]
startLevel = 3
endLevel = 6
ordered = false
[menu]
[[menu.main]]
identifier = "home"
name = "Home"
url = "/"
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
[[menu.main]]
identifier = "resume"
name = "Resume"
url = "/resume/"
[[menu.main]]
identifier = "tags"
name = "Tags"
url = "/tags/"
weight = 110
[[menu.main]]
identifier = "posts"
name = "Posts"
url = "/posts/"