-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
64 lines (48 loc) · 1.22 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
baseURL = 'https://kylebaldw.in/'
theme = 'hugo-coder'
languageCode = 'en-us'
title = 'Kyle Baldwin'
defaultcontentlanguage = 'en-us'
paginate = 20
disqusShortname = "kylebaldwin"
[markup.highlight]
style = "github-dark"
[markup.goldmark.renderer]
unsafe = true # Allow HTML for contact form
[params]
author = "Kyle Baldwin"
info = "Conductor of orchestras, not trains"
description = "Kyle Baldwin's personal website"
keywords = "conductor,musician,music,arranger"
avatarurl = "photos/squarehead.jpg"
#gravatar = "[email protected]"
faviconSVG = "/img/favicon.ico"
favicon_32 = "/img/favicon-32x32.png"
favicon_16 = "/img/favicon-16x16.png"
since = 2023
enableTwemoji = true
colorScheme = "auto"
hidecolorschemetoggle = false
# customCSS = ["css/custom.css"]
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/gpit2286/"
# Menu links
#[[menu.main]]
# name = "Blog"
# weight = 1
# url = "posts/"
[[menu.main]]
name = "About"
weight = 2
url = "about/"