-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
100 lines (86 loc) · 1.89 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
95
96
97
98
99
100
baseurl = "https://miafallon.dev"
title = "home"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
enableEmoji = true
paginate = 20
[markup.highlight]
style = "github-dark"
[params]
author = "m. fallon"
info = "senior software engineer"
description = "My portfolio, blog, and personal website all-in-one"
keywords = "blog,developer,personal,portfolio"
avatarurl = "images/avatar.jpg"
faviconSVG = "/favicon.svg"
since = 2017
enableTwemoji = true
colorScheme = "dark"
hidecolorschemetoggle = true
# customCSS = ["css/custom.css"]
customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
[markup.goldmark.renderer]
unsafe = true
[params.goatCounter]
code = "mfallondev"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
authors = "authors"
# Social links
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/inform880/"
target = "_blank"
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 2
url = "https://linkedin.com/in/mia-fallon"
target = "_blank"
[[params.social]]
name = "Discord"
icon = "fa-brands fa-discord fa-2x"
weight = 2
url = "https://discordapp.com/users/178255008788250624"
target = "_blank"
[[params.social]]
name = "RSS"
icon = "fa-solid fa-rss fa-2x"
weight = 3
url = "/index.xml"
rel = "alternate"
type = "application/rss+xml"
target = "_blank"
[[params.social]]
name = "email"
icon = "fa-solid fa-paper-plane fa-2x"
weight = 4
url = "mailto:[email protected]"
rel = "me"
type = "application/email"
[[menu.main]]
name = "posts"
weight = 1
url = "posts/"
[[menu.main]]
name = "projects"
weight = 2
url = "projects/"
[params.giscus]
repo = "inform880/miafallon.dev"
repoID = "R_kgDOLsPyyA"
category = "General"
categoryID = "DIC_kwDOLsPyyM4CkRjE"
mapping = "title"
strict = "1"
reactionsEnabled = "0"
emitMetadata = "1"
inputPosition = "bottom"
lang = "en"
loading = "lazy"