You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.icarus.yml
+13-28Lines changed: 13 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -231,36 +231,30 @@ widgets:
231
231
position: left
232
232
type: profile
233
233
# Author name
234
-
author: Your name
234
+
author: Siva Sravana Kumar Neeli
235
235
# Author title
236
-
author_title: Your title
236
+
author_title: Sr. ML Engineer
237
237
# Author's current location
238
-
location: Your location
238
+
location: Dallas, TX
239
239
# URL or path to the avatar image
240
240
avatar:
241
241
# Whether show the rounded avatar image
242
242
avatar_rounded: false
243
243
# Email address for the Gravatar
244
244
gravatar:
245
245
# URL or path for the follow button
246
-
follow_link: https://github.com/ppoffice
246
+
follow_link: https://github.com/sineeli
247
247
# Links to be shown on the bottom of the profile widget
248
248
social_links:
249
249
Github:
250
250
icon: fab fa-github
251
-
url: https://github.com/ppoffice
252
-
Facebook:
253
-
icon: fab fa-facebook
254
-
url: https://facebook.com
251
+
url: https://github.com/sineeli
252
+
LinkedIn:
253
+
icon: fab fa-linkedin
254
+
url: https://www.linkedin.com/in/sravanneeli
255
255
Twitter:
256
256
icon: fab fa-twitter
257
-
url: https://twitter.com
258
-
Dribbble:
259
-
icon: fab fa-dribbble
260
-
url: https://dribbble.com
261
-
RSS:
262
-
icon: fas fa-rss
263
-
url: /
257
+
url: https://twitter.com/neeli_siva
264
258
# Table of contents widget configurations
265
259
-
266
260
# Where should the widget be placed, left sidebar or right sidebar
@@ -272,34 +266,25 @@ widgets:
272
266
collapsed: true
273
267
# Maximum level of headings to show (1-6)
274
268
depth: 3
275
-
# Recommendation links widget configurations
276
-
-
277
-
# Where should the widget be placed, left sidebar or right sidebar
278
-
position: left
279
-
type: links
280
-
# Names and URLs of the sites
281
-
links:
282
-
Hexo: https://hexo.io
283
-
Bulma: https://bulma.io
284
269
# Categories widget configurations
285
270
-
286
271
# Where should the widget be placed, left sidebar or right sidebar
287
-
position: left
272
+
position: right
288
273
type: categories
289
274
# Recent posts widget configurations
290
275
-
291
276
# Where should the widget be placed, left sidebar or right sidebar
292
-
position: left
277
+
position: right
293
278
type: recent_posts
294
279
# Archives widget configurations
295
280
-
296
281
# Where should the widget be placed, left sidebar or right sidebar
297
-
position: left
282
+
position: right
298
283
type: archives
299
284
# Tags widget configurations
300
285
-
301
286
# Where should the widget be placed, left sidebar or right sidebar
302
-
position: left
287
+
position: right
303
288
type: tags
304
289
# How to order tags. For example 'name' to order by name in ascending order, and '-length' to order by number of posts in each tags in descending order
0 commit comments