Skip to content

Commit eeecd8e

Browse files
committed
update page layout
1 parent 9b00c2c commit eeecd8e

File tree

1 file changed

+13
-28
lines changed

1 file changed

+13
-28
lines changed

_config.icarus.yml

Lines changed: 13 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -231,36 +231,30 @@ widgets:
231231
position: left
232232
type: profile
233233
# Author name
234-
author: Your name
234+
author: Siva Sravana Kumar Neeli
235235
# Author title
236-
author_title: Your title
236+
author_title: Sr. ML Engineer
237237
# Author's current location
238-
location: Your location
238+
location: Dallas, TX
239239
# URL or path to the avatar image
240240
avatar:
241241
# Whether show the rounded avatar image
242242
avatar_rounded: false
243243
# Email address for the Gravatar
244244
gravatar:
245245
# URL or path for the follow button
246-
follow_link: https://github.com/ppoffice
246+
follow_link: https://github.com/sineeli
247247
# Links to be shown on the bottom of the profile widget
248248
social_links:
249249
Github:
250250
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
255255
Twitter:
256256
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
264258
# Table of contents widget configurations
265259
-
266260
# Where should the widget be placed, left sidebar or right sidebar
@@ -272,34 +266,25 @@ widgets:
272266
collapsed: true
273267
# Maximum level of headings to show (1-6)
274268
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
284269
# Categories widget configurations
285270
-
286271
# Where should the widget be placed, left sidebar or right sidebar
287-
position: left
272+
position: right
288273
type: categories
289274
# Recent posts widget configurations
290275
-
291276
# Where should the widget be placed, left sidebar or right sidebar
292-
position: left
277+
position: right
293278
type: recent_posts
294279
# Archives widget configurations
295280
-
296281
# Where should the widget be placed, left sidebar or right sidebar
297-
position: left
282+
position: right
298283
type: archives
299284
# Tags widget configurations
300285
-
301286
# Where should the widget be placed, left sidebar or right sidebar
302-
position: left
287+
position: right
303288
type: tags
304289
# 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
305290
order_by: name

0 commit comments

Comments
 (0)