-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.toml
42 lines (36 loc) · 860 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
baseurl = "https://jnjosh.com/"
languageCode = "en-us"
title = "internet weblog"
theme = "internet-weblog"
pygmentsstyle = "emacs"
Paginate = 10
[markup.goldmark.renderer]
unsafe=true
[author]
Handle = "jnjosh"
FirstName = "Josh"
LastName = "Johnson"
AboutPage = "/about"
Location = "Durham, NC"
FlickrID = "87151163@N00"
[params]
Description = "Internet weblog of Software (Mac, iOS, Web) Developer, Josh Johnson."
ShowCopyright = true
RSSEnabled = true
EnablePreferredDarkAppearance = true
RSSMicropostTitles = false
mainSections = [ "posts", "microposts", "photos" ]
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[[menu.main]]
name = "Post Archive"
weight = 1
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Photography"
weight = 2
identifier = "photoography"
url = "https://jnjosh.photography"