-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
84 lines (64 loc) · 1.86 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
79
80
81
82
83
84
languageCode = "en-us"
defaultcontentlanguage = "en"
title = "Neal DeBuhr"
theme = "hugo-coder"
paginate = 20
pygmentsStyle = "b2"
pygmentsCodeFences = true
pygmentsCodeFencesGuessSyntax = true
[params]
author = "Neal DeBuhr"
info = "Sociotechnical Systems Engineer"
description = "Neal's Personal Website"
keywords = "blog,developer,personal,devops,systems,software,saas,xebialabs"
avatarurl = "images/ndebuhr.png"
favicon_32 = "/images/favicon-32x32.png"
favicon_16 = "/images/favicon-16x16.png"
footercontent = "<span style=\"font-size:60%\">©</span> 2019-2023 · Powered by <a href=\"/powered-by\">these technologies</a>"
hidecredits = true
hidecopyright = true
rtl = false
colorscheme = "dark"
hideColorSchemeToggle = true
math = true
# Custom CSS
customCSS = ["css/custom.css"]
# Custom SCSS
customSCSS = []
# Custom JS
customJS = ["js/custom.js"]
[taxonomies]
category = "categories"
tag = "tags"
author = "authors"
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/ndebuhr/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 4
url = "https://www.linkedin.com/in/nealdebuhr/"
# [[params.social]]
# name = "Blog"
# icon = "fa fa-book fa-2x"
# weight = 4
# url = "/posts/"
[languages]
[languages.en]
languageName = "English"
[languages.en.menu]
[[languages.en.menu.main]]
name = "README"
weight = 1
url = "/readme/"
[[languages.en.menu.main]]
name = "PORTFOLIO"
weight = 2
url = "/portfolio/"
# [[languages.en.menu.main]]
# name = "BLOG"
# weight = 3
# url = "/posts/"