-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
69 lines (60 loc) · 1.63 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
62
63
64
65
66
67
68
baseURL = "https://lewislevin.com/"
languageCode = "en-us"
title = "LewisLevin.com"
theme = "flex-master"
paginate = 12
# SectionPagesMenu = "main"
# mainSections = ["post"]
canonifyurls = true
relativeURLs = true
[params]
description = "Blogs and websites"
copyright = "© 2021"
pageNotFoundTitle = "404 - Page not found"
color = "teal" # Any color in CSS syntax
width = "42rem" # Any length in CSS syntax
footer = ""
rss = ""
summaries = false # Set to true to show summaries of posts on homepage
divider = false
schema = false # Set to true to add Schema.org metadata
opengraph = false # Set to true to add Open Graph metadata
twittercards = false # Set to true to add Twitter Cards metadata
# [permalinks]
# posts = "/:filename/"
# pages = "/:filename/"
# [taxonomies]
# tag = "tags"
# category = "categories"
# author = "author"
[[menu.nav]]
name = "Winter Cove"
url = "https://www.wintercove.org/"
[[menu.nav]]
name = "Travelogues"
url = "https://a-view.org"
[[menu.nav]]
name = "Photos"
url = "https://photos.lewislevin.com"
# [[menu.nav]]
# name = "About"
# url = "/about/"
# weight = "-100"
[markup]
[markup.goldmark]
[markup.goldmark.extensions]
definitionList = true
footnote = true
linkify = true
strikethrough = true
table = true
taskList = true
typographer = true
[markup.goldmark.parser]
attribute = true
autoHeadingID = true
autoHeadingIDType = "github"
[markup.goldmark.renderer]
hardWraps = false
unsafe = true
xhtml = false