-
Notifications
You must be signed in to change notification settings - Fork 0
/
hugo.toml
44 lines (34 loc) · 1013 Bytes
/
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
baseURL = 'https://joelmccoy.dev/'
languageCode = 'en-us'
title = "Howdy y'all 👋, Joel here."
theme = "hello-friend-ng"
paginate = 10
[params]
# Subtitle for home
homeSubtitle = "💎 Cloud 💎 DevOps 💎 Kubernetes 💎 IAM 💎"
# Enable sharing buttons, if you like
enableSharingButtons = true
# Metadata mostly used in document's head
description = "Joel McCoy's personal website"
keywords = "homepage, devops, software, cloud, kubernetes, iam"
[params.logo]
logoText = "joelmccoy.dev"
logoHomeLink = "/"
[params.portrait]
path = "images/headshot.jpeg"
alt = "Portrait"
maxWidth = "150px"
[[params.social]]
name = "github"
url = "https://github.com/joelmccoy"
[[params.social]]
name = "linkedin"
url = "https://www.linkedin.com/in/joel-mccoy/"
[[params.social]]
name = "email"
url = "mailto:me@joelmccoy.dev"
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about"