Icarus offers a way to showcase yourself using the profile sidebar widget. To use this widget, simply add the following lines to the widgets section of your `_config.yml`:
{% codeblock lang:yaml _config.yml %}
-
type: profile
position: # show in left or right sidebar
author: # your name
author_title: # your title
location: # where are you
avatar: # path or url to your avatar image
gravatar: # your gravatar email
follow_link: # path or url to any page you want
social_links: # add links to your social network here
- If you want to [Gravatar](https://en.gravatar.com/), fill in your email in the `gravatar` field. Otherwise, leave it blank or it will override the avatar setting.
The `icon` here refers to the [Font Awesome](https://fontawesome.com/) icon class name by default, which you can find in the Font Awesome icon details page.