-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
78 lines (73 loc) · 1.7 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
baseURL = "https://patrickmoehrke.com/"
#relativeURLS = true
languageCode = "en-us"
title = "Patrick Moehrke"
# theme = "hugo-coder"
defaultContentLanguage = "en"
paginate = 20
pygmentsStyle = "bw"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
enableEmoji = true
[params]
author = "Patrick Moehrke"
license = '<a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA-4.0</a>'
description = "Patrick Moehrke's portfolio site"
keywords = "blog,developer,personal"
info = ["Actuarial Consultant | Data Scientist | Cloud Practitioner"]
avatarURL = "images/avatar.jpg"
gavatar = "patrick@patrickmoehrke.com"
dateFormat = "January 2, 2006"
since = 2024
rtl = false
colorScheme = "auto"
# Hide the toggle button, along with the associated vertical divider
hideColorSchemeToggle = false
# Series see also post count
maxSeeAlsoItems = 5
# Custom CSS
customCSS = []
# Custom SCSS
customSCSS = []
# Custom JS
customJS = ["js/custom.js"]
commit = "https://github.com/patrickm663/moehrke-co/tree"
[taxonomies]
category = "categories"
series = "series"
tag = "tags"
author = "authors"
[[params.social]]
name = "Github"
icon = "fa fa-2x fa-github"
weight = 1
url = "https://github.com/patrickm663/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-2x fa-linkedin"
weight = 2
url = "https://www.linkedin.com/in/patrick-moehrke-05b09ab3/"
[[menu.main]]
name = "About"
weight = 1
url = "about/"
[[menu.main]]
name = "Experience"
weight = 2
url = "experience/"
[[menu.main]]
name = "Education & Certifications"
weight = 3
url = "education/"
[[menu.main]]
name = "Posts"
weight = 4
url = "posts/"
[[menu.main]]
name = "Interests"
weight = 5
url = "interests/"
[[menu.main]]
name = "Contact"
weight = 6
url = "contact/"