-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhugo.toml
55 lines (47 loc) · 1.05 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
baseURL = 'https://kciredor.com/'
languageCode = 'en-us'
title = 'Roderick Schaefer'
theme = 'anatole'
googleAnalytics = 'G-BHW0E1E3RC'
disqusShortname = 'kciredor'
publishDir = 'docs'
[params]
title = "Roderick Schaefer"
author = "Roderick Schaefer"
profilePicture = "images/roderickschaefer.jpg"
description = ""
mainSections = []
displayMode = "dark"
doNotLoadAnimations = true
contentratio = 0.7
postSectionName = "blog"
copyright = "kciredor"
[[params.socialIcons]]
icon = "fab fa-linkedin"
title = "Linkedin"
url = "https://www.linkedin.com/in/roderickschaefer/"
[[params.socialIcons]]
icon = "fab fa-x-twitter"
title = "X"
url = "https://x.com/kciredor_"
[[params.socialIcons]]
icon = "fab fa-github"
title = "GitHub"
url = "https://github.com/kciredor"
[[params.socialIcons]]
icon = "fab fa-gitlab"
title = "GitLab"
url = "https://gitlab.com/kciredor"
[menu]
[[menu.main]]
name = "Home"
weight = 100
url = "/"
[[menu.main]]
name = "Portfolio"
weight = 200
url = "/portfolio/"
[[menu.main]]
name = "Security Archive"
weight = 200
url = "/categories/security/"