forked from luizdepra/hugo-coder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
107 lines (88 loc) · 3.11 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
baseurl = "https://madicetea.me"
title = "Welcome to Alex's website"
languagecode = "en"
defaultcontentlanguage = "en"
paginate = 20
canonifyurls = true
pygmentsstyle = "bw"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
[params]
colorScheme = "dark"
hideColorSchemeToggle = false
avatarurl = "images/avatar.jpg"
faviconSVG = "images/favicon.svg"
favicon_32 = "images/favicon-32x32.png"
favicon_16 = "images/favicon-16x16.png"
touchicon = "images/apple-touch-icon.png"
# Social links
[[params.social]]
name = "Github"
icon = "fa fa-github fa-2x"
weight = 1
url = "https://github.com/madicetea/"
[[params.social]]
name = "LinkedIn"
icon = "fa fa-linkedin fa-2x"
weight = 2
url = "https://www.linkedin.com/in/mrlogicalalex/"
[[params.social]]
name = "Email"
icon = "fa fa-envelope-open fa-2x"
weight = 3
url = "mailto:[email protected]"
[[params.social]]
name = "Resume"
icon = "fa fa-file-pdf-o fa-2x"
weight = 4
url = "/resume/Wiegman_Alexander_Resume.pdf"
[[params.social]]
name = "Location"
icon = "fa fa-phone fa-2x"
weight = 5
url = "tel:+12093535377"
[languages]
[languages.en]
languagename = "English"
title = "Alex's Website"
[languages.en.params]
author = "Alex W. (T.)"
info = "Security Engineer with experiences in Data Analytics, Technical Governance and Compliance, and Security Automation"
description = "Alex's personal website"
keywords = "personal, resume, webdev, network, opsec, deveops, solutions architecture, securityGRC, neural networks, programming, architecture"
footercontent = "Copyright MadIcetea."
hidecredits = true
hidecopyright = true
rtl = false
math = false
[languages.en.menu]
[[languages.en.menu.main]]
name = "About"
weight = 1.0
url = "/about/"
[[languages.en.menu.main]]
name = "Contact Me"
weight = 2.0
url = "/contact/"
[[languages.en.menu.main]]
name = "Blog"
weight = 3.0
url = "/posts/"
[languages.ja]
languagename = "日本語"
title = "アレックスのホームページ"
[languages.ja.params]
author = "谷口 アレックス"
info = "サイバーセキュリティ開発者。人のためとなる情報管理に励くんでおります。"
description = "アレックスのホームページ"
keywords = "パーソナル, 履歴書, ウェブ, ネットワーク, 開発, サイバーセキュリティ, プログラミング, 深層ネットワーク、テンサーフロー, システム構造"
footercontent = "「MadIceTea」さんから許可を得ていない無断転載などの著作権侵害を固く禁じる。"
hidecredits = true
hidecopyright = true
rtl = false
math = false
[languages.ja.menu]
[[languages.ja.menu.main]]
name = "私について"
weight = 1.0
url = "/ja/jikoshoukai/"