forked from UtkarshVerma/hugo-dream-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
posts.toml
executable file
·83 lines (67 loc) · 1.6 KB
/
posts.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
baseURL = "https://dream-plus-posts.netlify.com"
title = "ShaunaGordon's Blog"
paginate = 4
enableRobotsTXT = true
#Skip building these files
ignoreFiles = ["content/404.md", "content/about.md", "content/cards/\\.*"]
#Syntax highlighting
pygmentsCodeFences = true
pygmentsUseClasses = true
pygmentsOptions = "linenos=table"
#Enable Hugo Emoji Conversion
enableEmoji=true
[module]
[[module.imports]]
path = "github.com/ShaunaGordon/hugo-lucid-dream"
[params]
#Favicon for site
favicon = "/img/defaultFav.ico"
#Set whether you're hosting "cards" or "post"
contentType = "posts"
siteStartYear = 2018
[params.author]
name = "Shauna Gordon"
description = "Just a random blog for random stuff, mostly tech-related."
avatar = "https://shaunagordon.com/images/avatar.png"
motto = "I make things."
[params.features]
#Enable Twitter Emoji
twitterEmoji = true
#Enable Table of Contents
toc = true
#Enable share card
shareCard = true
#Use custom CSS
customCSS = []
#Tags settings
[params.tags]
enabled = true
#Categories settings
[params.categories]
enabled = true
#Series settings
[params.series]
enabled = true
[taxonomies]
category = "categories"
tag = "tags"
series = "series"
[markup]
[markup.tableOfContents]
endLevel = 4
ordered = false
startLevel = 2
[social]
email = "[email protected]"
github = "ShaunaGordon"
gitlab = "shauna"
resume = "//resume.shaunagordon.com"
buymecoffee = "//shaunagordon.com#buy-me-coffee"
# stackoverflow = ""
# medium = ""
# twitter = ""
[services]
[services.disqus]
shortname = ""
[services.googleAnalytics]
id = ""