-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
74 lines (63 loc) · 1.62 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
baseURL = '/'
languageCode = 'en-us'
title = 'Novak'
theme = 'hugo-coder'
paginate = 10
enableEmoji = true
[params]
author = "Michael Novak"
description = "Michael Novak • Technologist"
keywords = "blog,developer,personal,engineering,technology,software,programming,web,design,development,code,tech,computer,science,software,engineering,Michael,Novak"
info = ["Technologist • Builder", "Software Engineer"]
avatarURL = "images/avatar.jpg"
dateFormat = "January 2, 2006"
since = 2019
rtl = false
colorScheme = "auto"
hideColorSchemeToggle = false
faviconSVG = "images/favicon.svg"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
# If you want to use fathom(https://usefathom.com) for analytics, add this section
[params.fathomAnalytics]
siteID = "NSLNXVRE"
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/novak/"
[[params.social]]
name = "Twitter"
icon = "fa-brands fa-x-twitter fa-2x"
weight = 3
url = "https://twitter.com/novak/"
[[params.social]]
name = "Mastodon"
icon = "fa-brands fa-mastodon fa-2x"
weight = 4
url = "https://hachyderm.io/@novak"
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 5
url = "https://www.linkedin.com/in/michaelnovakjr/"
[[params.social]]
name = "Book Time"
icon = "fa-regular fa-calendar-plus fa-2x"
weight = 6
url = "https://calendly.com/novakmichael/intro-meet-greet"
[[languages.en.menu.main]]
name = "About"
weight = 1
url = "about/"
[[languages.en.menu.main]]
name = "Blog"
weight = 2
url = "posts/"
[[languages.en.menu.main]]
name = "Projects"
weight = 3
url = "projects/"