-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
executable file
·85 lines (70 loc) · 1.97 KB
/
config.toml
File metadata and controls
executable file
·85 lines (70 loc) · 1.97 KB
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
# Hugo
baseURL = "https://danielmohns.com/"
publishDir = "site/"
# Website
languageCode = "en-us"
title = "danielmohns.com"
theme = "hugo-coder"
languagecode = "en"
defaultcontentlanguage = "en"
googleanalytics = "UA-128624299-1"
[privacy.googleAnalytics]
disable = false
respectDoNotTrack = true
anonymizeIP = true
[params]
author = "Daniel Mohns"
description = "Daniel's personal website"
keywords = "developer,personal"
info = "Software and Data Engineer"
avatarurl = "images/avatar.jpg"
# footercontent = "Here's a [link to google](https://www.google.com)"
favicon_32 = "/favicon.png"
favicon_16 = "/favicon.png"
dateformat = "January 2, 2006"
# "light" (light background, dark foreground) (default)
colorScheme = "light"
# Hide the toggle button, along with the associated vertical divider
hideColorSchemeToggle = true
hideCredits = false
hideCopyright = true
since = 2019
# Git Commit in Footer, uncomment the line below to enable it.
# commit = "https://github.com/luizdepra/hugo-coder/tree/"
rtl = false
# Custom
customCSS = [
"css/custom.css",
"css/fonts.css",
# "https://fonts.googleapis.com/css?family=Lato:400,700|Merriweather:300,700|Source+Code+Pro:400,700|Josefin+Sans"
]
customSCSS = ["scss/custom.scss"]
customJS = ["js/antispammail-v0.1.5.min.js"]
[[params.social]]
name = "Github"
icon = "fa-brands fa-github fa-2x"
weight = 1
url = "https://github.com/dmohns/"
[[params.social]]
name = "Gitlab"
icon = "fa-brands fa-gitlab fa-2x"
weight = 2
url = "https://gitlab.com/dmohns/"
[[params.social]]
name = "LinkedIn"
icon = "fa-brands fa-linkedin fa-2x"
weight = 3
url = "https://www.linkedin.com/in/dmohns/"
[[params.social]]
name = "Mail"
icon = "fa fa-envelope fa-2x"
weight = 4
url = "javascript:antiSpamMail.linkDecrypt('nbjmup;ebojfm/npiotAqptufp/ef');"
[[menu.main]]
name = "About"
weight = 1
url = "/about/"
[[menu.main]]
name = "Contact me"
weight = 2
url = "/contact/"