diff options
Diffstat (limited to 'config.toml')
| -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] |
