-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
54 lines (46 loc) · 1.11 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
baseURL = "https://montty.dev/"
title = "montty.dev"
theme = "PaperMod"
languageCode = "en-us"
enableRobotsTXT = true
buildDrafts = false
buildFuture = false
buildExpired = false
[minify]
disableXML = true
minifyOutput = true
[params]
env = "production"
title = "montty.dev"
description = "My corner of the internet where I write about tech, share what I've learned, and document my journey."
keywords = ["Blog", "Portfolio", "PaperMod"]
author = "Me"
DateFormat = "January 2, 2006"
defaultTheme = "light"
disableThemeToggle = true
ShowReadingTime = true
ShowShareButtons = false
ShowPostNavLinks = true
ShowBreadCrumbs = true
ShowCodeCopyButtons = true
ShowWordCount = true
ShowRssButtonInSectionTermList = true
UseHugoToc = true
[params.profileMode]
enabled = true
title = ""
subtitle = ""
imageUrl = ""
imageTitle = ""
[[params.profileMode.buttons]]
name = "Home"
url = "/"
[[params.profileMode.buttons]]
name = "About"
url = "/about/"
[[params.profileMode.buttons]]
name = "Posts"
url = "/posts/"
[[params.socialIcons]]
name = "github"
url = "https://github.com/grdmnt"