diff options
Diffstat (limited to '')
-rw-r--r-- | config.toml | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/config.toml b/config.toml index 711a7e8..81eaccb 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,8 @@ title = 'Matt Strapp' theme = "hugo-coder" enableRobotsTXT = true enableEmoji = true +enableGitInfo = true + [markup] [markup.goldmark] @@ -18,13 +20,14 @@ minifyOutput = true [params] author = "Matt Strapp" +license = '<a href="https://creativecommons.org/licenses/by/4.0" target="_blank" rel="license noopener noreferrer" style="display:inline-block;">CC BY 4.0<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg" alt=""><img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg" alt=""></a>' info = "Splash Screen!" description = "Matt Strapp's personal website" keywords = "developer,personal" avatarurl = "images/avatar.png" gravatar = "matt@mattstrapp.net" -commit = "https://git.mattstrapp.net/website/tree/" -fediverseCreator = "@me@mattstrapp.net" +commit = "https://git.mattstrapp.net/website/tree/?id=" +fediverseCreator = "@me@mattsttrapp.net" favicon_32 = "/images/favicon-32x32.png" favicon_16 = "/images/favicon-16x16.png" @@ -51,18 +54,35 @@ name = "Git repositories" icon = "fa fa-git fa-2x" weight = 1 url = "https://git.mattstrapp.net" +rel = "me" [[params.social]] name = "GitHub" icon = "fa fa-github fa-2x" weight = 2 url = "https://github.com/RossTheRoss" +rel = "me" [[params.social]] name = "LinkedIn" icon = "fa fa-linkedin fa-2x" weight = 3 url = "https://www.linkedin.com/in/mattstrapp" +rel = "me" + +[[params.social]] +name = "Mastodon" +icon = "fa fa-brands fa-mastodon fa-2x" +weight = 4 +url = "https://gts.mattstrapp.net/@me" +rel = "me" + +[[params.social]] +name = "Bluesky" +icon = "fa fa-brands fa-bluesky fa-2x" +weight = 5 +url = "https://bsky.app/profile/mattstrapp.net" +rel = "me" # [[params.social]] # name = "Portfolio Site" |