Add icons to sidebar

This commit is contained in:
Trevor Slocum 2020-08-04 20:51:38 -07:00
parent 7c0900e7f6
commit 1325ec5fbc
1 changed files with 8 additions and 4 deletions

View File

@ -60,17 +60,21 @@ googleAnalytics = "" # Enable Google Analytics by entering your tracking id
email = "trevor@rocketnine.space"
# Custom social links
[[Params.widgets.social.custom]]
title = "GitLab profile"
url = "https://gitlab.com/tslocum"
[[Params.widgets.social.custom]]
title = "GitHub profile"
title = "GitLab"
url = "https://gitlab.com/tslocum"
icon = "svg/gitlab.svg"
[[Params.widgets.social.custom]]
title = "GitHub"
url = "https://github.com/tslocum"
icon = "svg/github.svg"
[[Params.widgets.social.custom]]
title = "Résumé"
url = "https://tslocum.github.io/resume"
icon = "svg/author.svg"
[[menu.main]]
name = "Home"