diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 4b4f741..1ca459a 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -20,6 +20,14 @@ googleAnalytics = "" # add your tracking id avatarSize = "90px" colorBlack = "#222222" colorRed = "#dc3545" + [[params.socialIcons]] + icon = "fab fa-twitter" + title = "Twitter" + url = "https://twitter.com/" + [[params.socialIcons]] + icon = "fas fa-envelope" + title = "E-mail" + url = "mailto:mail@example.com" [permalinks] "/" = "/:filename" |