-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
111 lines (89 loc) · 3.01 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
108
109
110
111
baseurl = "https://amannayyar.netlify.app/"
title = "Aman Nayyar"
theme = "hugo-coder-portfolio"
DefaultContentLanguage = "en"
paginate = 20
pygmentsstyle = "b2"
pygmentscodefences = true
pygmentscodefencesguesssyntax = true
pygmentsUseClasses = true
# disqusShortname = "yourdiscussshortname"
[params]
author = "Aman Nayyar"
description = "Aman Nayyar's personal website"
keywords = "python,cybersecurity,personal"
info = "Cyber Security, Hacking and Programming"
avatarurl = "images/avatar.jpg"
footercontent = "Aman Nayyar©."
fixedbarContent = "Do you want to know me more private?→"
fixedbarContentAfter = "Privacy is Power :)"
hideCredits = true
hideCopyright = true
# Bottom sns share
snsShare = true
# Popular sns share
# if you want add sns. please message!
enableTwitterShare = false
enableFacebookShare = false
enableHatenaShare = false
enableLineShare = false
enableLinkedInShare = false
thumbnail = "images/tn.png"
# Custom CSS
custom_css = []
# Alignment of Mobile Menu items
itemscentered = true
# RTL support
rtl = false
langseparator = "|"
[[params.social]]
name = "LinkedIn"
icon = "fab fa-linkedin"
weight = 1
url = "https://www.linkedin.com/in/aman-nayyar1/"
[languages]
[languages.en]
languagecode = "en"
languagename = "English" # The language name to be displayed in the selector.
title = "Aman Nayyar"
# You can configure the theme parameter for each language.
[languages.en.params]
author = "Aman Nayyar"
info = "Cyber Security, Hacking and Programming"
description = "Aman Nayyar's personal website"
keywords = "python,cybersecurity,personal"
[languages.en.menu] # It is possible to change the menu too.
[[languages.en.menu.main]]
name = "About Me"
weight = 1
url = "about"
[[languages.en.menu.main]]
name = "Projects"
weight = 2
url = "projects"
[[languages.en.menu.main]]
name = "Contact me"
weight = 5
url = "contact"
[languages.it]
languagecode = "it"
languagename = "Italian"
title = "Aman Nayyar"
[languages.it.params]
author = "Aman Nayyar"
description = "Sito personale di Aman Nayyar"
keywords = "python, sicurezza informatica, personale"
info = "Sicurezza informatica, hacking e programmazione"
[languages.it.menu]
[[languages.it.menu.main]]
name = "A proposito di me"
weight = 1
url = "it/about"
[[languages.it.menu.main]]
name = "Progetti"
weight = 2
url = "it/projects"
[[languages.it.menu.main]]
name = "Contattami"
weight = 5
url = "it/contact"