-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.toml
executable file
·182 lines (161 loc) · 4.22 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
ignoreFiles = ["content/portfolio/\\.*","content/product/\\.*","content/sketch/\\.*","content/homepage/\\.*","content/post/\\.*","content/\\.*"] # disable example pages as this is a single page
baseURL = "https://profile.captv.ovh/myResume"
title = "My Resume"
languageCode = "en"
DefaultContentLanguage = "en"
enableInlineShortcodes = true
# prevent build failures when using Hugo's Instagram shortcode due to deprecated Instagram API.
# See https://github.com/gohugoio/hugo/issues/7228#issuecomment-714490456
ignoreErrors = ["error-remote-getjson"]
# Scroll Spy has problems with german umlauts and other non ascii characters
removePathAccents = true
# Theme specific examples
author = "Vishnu R"
copyright = "Vishnu R"
# googleAnalytics = "UA-113341784-1"
enableRobotsTXT = true
pygmentsCodeFences = true
canonifyurls = true
paginate = 6
theme="flex-bp-hugo-cv"
[sitemap]
changefreq = "weekly"
priority = 0.5
[permalinks]
posts = "/:year/:month/:slug/"
post = "/:year/:month/:slug/"
pages = "/:slug/"
page = "/:slug/"
[Author]
name = "Vishnu R"
[params]
description = "My Updated CV"
customDateFormat = "01/2006" # "02.01.2006"
# js=["/js/test_site.js"]
# css=["/css/test_site.css"]
# csscdn=["https://fonts.googleapis.com/css?family=Concert+One|Roboto&display=swap"]
[languages]
[languages.en]
languageName = "en"
title = "Curriculum Vitae"
weight = 1
[languages.en.params]
[languages.de]
languageName = "ß"
title = "Lebenslauf"
weight = 2
[languages.de.params]
[languages.es]
languageName = "ñ"
title = "Currículum"
weight = 3
[languages.es.params]
[languages.da]
languageName = "Ø"
title = "Genoptag"
weight = 4
[languages.da.params]
[languages.fi]
languageName = "Ä"
title = "Ansioluettelo"
weight = 5
[languages.fi.params]
[languages.no]
languageName = "Å"
title = "Gjenoppta"
weight = 6
[languages.no.params]
[languages.ar]
languageName = "ض"
title = "مقرر"
weight = 6
[languages.ar.params]
[languages.zh]
languageName = "汉"
title = "课程"
weight = 6
[languages.zh.params]
[languages.fr]
languageName = "ç"
title = "Programme d'études"
weight = 6
[languages.fr.params]
[languages.ja]
languageName = "あ"
title = "カリキュラム"
weight = 6
[languages.ja.params]
[languages.ml]
languageName = "മ"
title = "പാഠായം"
weight = 6
[languages.ml.params]
# Sets Social Media icons to appear and link to your account. Value should be your
# username unless otherwise noted.
# Code from https://themes.gohugo.io/future-imperfect/ theme
[social]
# Coding Communities
github = "captv89"
gitlab = ""
stackoverflow = "" # User Number
bitbucket = ""
jsfiddle = ""
codepen = ""
# Visual Art Communities
deviantart = ""
flickr = ""
behance = ""
dribbble = ""
# Publishing Communities
wordpress = ""
medium = ""
# Professional/Business Oriented Communities
linkedin = "vishnu-raveendranathan"
linkedin_company = ""
foursquare = ""
xing = ""
slideshare = ""
# Social Networks
facebook = "" # https://fb.me/flowartsde
googleplus = ""
reddit = ""
quora = ""
youtube = ""
vimeo = ""
whatsapp = "" # WhatsApp Number
instagram = "wanderlustframez"
tumblr = ""
twitter = "Capt_Vishnu"
skype = "goodevil27"
snapchat = ""
pinterest = ""
telegram = "i_am_vishnu"
discord = "" # invite link
# Email
email = ""
[menu]
[[menu.main]]
identifier = "about"
name = "About"
url = "/about/"
weight = 10
[taxonomies]
[privacy]
[privacy.vimeo]
disabled = false
simple = true
[privacy.twitter]
disabled = false
enableDNT = true
simple = true
[privacy.instagram]
disabled = false
simple = true
[privacy.youtube]
disabled = false
privacyEnhanced = true
[services]
[services.instagram]
disableInlineCSS = true
[services.twitter]
disableInlineCSS = true