-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
112 lines (90 loc) · 2.87 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
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
baseURL = "https://thedeskofbrad.ca"
title = "Brad Thornborrow"
languageCode = "en-us"
theme = "hello-friend-ng"
#paginate = 10
rssLimit = 10 # Maximum number of items in the RSS feed.
copyright = "This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License." # This message is only used by the RSS template.
# googleAnalytics = ""
# disqusShortname = ""
archetypeDir = "archetypes"
contentDir = "content"
dataDir = "data"
layoutDir = "layouts"
publishDir = "public"
buildDrafts = false
buildFuture = false
buildExpored = false
canonifyURLs = true
enableRobotsTXT = true
enableGitInfo = false
enableEmoji = true
enableMissingTranslationPlaceholders = false
disableRSS = false
disableSitemap = false
disable404 = false
disableHugoGeneratorInject = false
[permalinks]
posts = "/posts/:year/:month/:title/"
[params.author]
name = "Brad Thornborrow"
[taxonomies]
tag = "tags"
[params]
dateform = "Jan 2, 2006"
dateformShort = "Jan 2"
dateformNum = "2006-01-02"
# dateformNumTime = "2006-01-02 3:04 PM"
dateformNumTime = "2006-01-02"
# Set disableReadOtherPosts to true in order to hide the links to other posts.
disableReadOtherPosts = false
# Metadata mostly used in document's head
description = "The website and professional portfolio of Brad Thornborrow"
keywords = "homepage, blog"
images = [""]
# Integrate Javascript files or stylesheets by adding the url to the external assets or by
# linking local files with their path relative to the static folder, e.g. "css/styles.css"
customCSS = [ "/css/custom.css" ]
customJS = []
# Directory name of your blog content (default is `content/posts`)
contentTypeName = "posts"
# Default theme "light" or "dark"
enableThemeToggle = true
defaultTheme = "dark"
# Social icons
[[params.social]]
name = "github"
url = "https://github.com/bradthornborrow"
[[params.social]]
name = "mastodon"
url = "https://mstdn.ca/web/@bradthornborrow"
[[params.social]]
name = "youtube"
url = "https://www.youtube.com/@bradthornborrow"
[[params.social]]
name = "etsy"
url = "https://www.etsy.com/shop/TheDeskofBrad"
[languages]
[languages.en.params]
homeSubtitle = "Information Architect"
keywords = ""
copyright = '<a href="https://creativecommons.org/licenses/by-nc/4.0/" target="_blank" rel="noopener">CC BY-NC 4.0</a>'
readOtherPosts = "Read other posts"
[languages.en.params.logo]
logoMark = "[>]"
logoText = "HOME"
logoHomeLink = "/"
logoCursorColor = "#34fe2e"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "about/"
[[menu.main]]
identifier = "contact"
name = "Contact"
url = "contact/"
# [[menu.main]]
# identifier = "posts"
# name = "Posts"
# url = "posts/"