The intro part of the index page (Header) consists of four elements:
The black favicon is an image on the left of the navigation bar. Preferably it should be a black and white version of your favicon.
black-favicon: "/img/black-lab-glass.ico"
In order to set the background, set the path to following variable:
# NB! Keep the .. in the beginning of the background image path
background-img: "../img/intro-bg.jpg"
The welcome text can be set by setting the quote
variable:
quote: "Where’s your will to be weird?"
You can set your image from the following variable:
me-img: "/img/jetpacktocat.png"
If you want to connect your Github profile image then you can use the following.
Replace user_name
with your Github user name.
me-img: "https://github.com/user_name.png?size=500"
If you want to connect your Gravatar profile image then you can use the
following. Replace email_hash
with your Gravatar profile email hash. You can
create the email hash by using an online tool like
md5hashgenerator, just enter your email and
it will generate the hash.
me-img: "https://www.gravatar.com/avatar/email_hash?s=500"
All set!