-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathauthor.toml
24 lines (22 loc) · 1.02 KB
/
author.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
###
# About/contact for the site author
#
# name of the author of the site
name = "Silvano Sallese"
# description to display in the sidebar
description = "A passionate <span class=\"codinfox-changing-keywords\"><b class=\"visible\">developer,</b><b class=\"hidden\">researcher,</b></span> lead by curiosity."
# the profile image of the author to display in the sidebar
gravatar = "955199a8639b75e98f6efd05e71727da" # md5 hash of your email address # sidebar.html
# contact links to reach the author
# - `name` is the font-awesome char name
# - `path` is the link to follow
contact = [
{ name = "linkedin", path = "https://www.linkedin.com/in/svavs" },
{ name = "github", path = "https://github.com/svavs" },
# { name = "facebook", path = "https://" },
{ name = "twitter", path = "https://twitter.com/svavs" },
{ name = "instagram", path = "https://instagram.com/svavs" },
{ name = "lastfm", path = "https://www.last.fm/user/svavsa" },
{ name = "tumblr", path = "http://svavs.tumblr.com/" },
{ name = "email", path = "" }
]