-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
94 lines (76 loc) · 1.83 KB
/
hugo.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
baseURL = "http://shaunagordon.com/"
languageCode = "en-us"
title = "I Make Things"
# pygmentsCodeFences = true
# pygmentsUseClasses = true
enableEmoji=true
[pagination]
paperSize = 10
[module]
[[module.imports]]
path = "github.com/ShaunaGordon/hugo-lucid-dream"
[permalinks]
posts = ":year/:month/:day/:slug/"
[params]
contentType = "posts"
itemsPerPage = 10
enableColorBG = true
enableToc = true
enableTags = true
enableCategories = true
goatcounter = "gordondev"
[params.author]
name = "Shauna Gordon"
description = "I Make Things"
motto = "I Make Things"
avatar = "/images/avatar.png"
[params.features]
twitterEmoji = true
toc = true
search = true
coverDir = "/images/covers/"
[params.tags]
enabled = true
[params.categories]
enabled = true
[params.series]
enabled = true
[params.background]
gradients = [["#3e5151", "#decba4"],["#333333","#dddddd"],["#555B6E","#326F85","#D5BBB1","#440D0F"],["#1C3E4A","#B0B5B3","#F15855","#2F0A28"]]
[social]
linkedin = "gordondev"
github = "ShaunaGordon"
gitlab = "shauna"
email = "[email protected]"
resume = "//resume.shaunagordon.com"
buymecoffee = "#buy-me-coffee"
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
block = true
[markup.highlight]
anchorLineNos = true
codeFences = true
guessSyntax = true
# hl_inline = false
lineAnchors = ''
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
noClasses = true
noHl = false
style = 'vulcan'
tabWidth = 4
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[outputs]
home = ["html", "rss", "json"]