I have setup a GitHub Page using the jekyll-theme-minimal theme
.
Currently, the links in the description section of my config_yml
file uses plain anchor tags:
<a href="/">View My LinkedIn Profile</a>
However this does not look great on my website. I want to change the style of the links to something similar as shown below but I can't seem to figure it out.
The GitHub repository for the website can be found here.
You will have to write your own HTML (and possibly CSS code) in config_yml
to achieve this. If you want to use the same icons, you will have to import the icons (maybe using a CDN).
A simpler method to achieve a similar effect would be to use emojis instead of the icons and then remove the View My
part. For example you could use <a href="your-link">👔 LinkedIn</a>
instead of <a href="your-link">View My LinkedIn Profile</a>
in the config_yml
.
Edit the default.html
file in the _layouts
folder.