-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.toml
More file actions
62 lines (54 loc) · 1.33 KB
/
Copy pathconfig.toml
File metadata and controls
62 lines (54 loc) · 1.33 KB
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
baseurl = "https://a-view.org/"
title = "Trips & Places"
theme = "hugo-casper3"
languageCode = "en-US"
disqusShortname = "a-view"
paginate = 12
SectionPagesMenu = "main"
mainSections = ["post"]
canonifyurls = false
relativeURLs = true
[params]
description = "Stories and Observations"
cover_image = "/images/2018/06/2013-12-27-16.41.42.jpg"
copyright = "© 2019"
metaDescription = ""
googleAnalytics = ""
customCSS = []
RSSLink = ""
authorAvatar = "img/ghost-icon.png"
authorLocation = "Seattle, WA"
authorWebsite = "https://lewislevin.com"
pageNotFoundTitle = "404 - Page not found"
[taxonomies]
tag = "tags"
category = "categories"
author = "author"
[permalinks]
post = "/post/:slug/"
# [[menu.main]]
# name = "Authors"
# url = "/author/"
# # weight = -600
[[menu.main]]
name = "|||"
url = "/guide-menu"
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