diff options
| author | Adam Olech <nddr89@gmail.com> | 2021-10-25 21:42:10 +0200 |
|---|---|---|
| committer | Adam Olech <nddr89@gmail.com> | 2021-10-25 21:42:10 +0200 |
| commit | b23d6b22f7ef884994d78267b32b33d896a3c955 (patch) | |
| tree | 4bba8ce2b627e7af00ec6852419c5846f6061d06 | |
| parent | 0deab84c3e65ef3b42e4a5a928b4b8df7ea6bebb (diff) | |
Add icons
| -rw-r--r-- | config.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 1dc344a..98fc9da 100644 --- a/config.toml +++ b/config.toml @@ -7,6 +7,17 @@ title = 'where extinct potatos go to retire' author = "Adam Olech" profilePicture = "images/me.jpg" customCss = ["css/custom.css"] +disable_share = true + + [[params.socialIcons]] + icon = "fa-linkedin" + title = "LinkedIn" + url = "https://www.linkedin.com/in/adam-olech-423266161/" + + [[params.socialIcons]] + icon = "fa-github" + title = "GitHub" + url = "https://github.com/extinctpotato" [menu] |
