Skip to content

Commit

Permalink
Refactor Icon Function
Browse files Browse the repository at this point in the history
  • Loading branch information
Jieiku committed May 15, 2024
1 parent 400f3f4 commit b2410f7
Show file tree
Hide file tree
Showing 3 changed files with 115 additions and 114 deletions.
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ seo = true # enable or disable seo-related meta tags: opengraph, facebook, twit

feed = true # this adds the RSS feed icon in the footer.
mail = "name@example.com"
mastodon = "the-link-to-your-mastodon"
mastodon = "https://mastodon.example.com/@username"
element = "matrix.example.com"
buymeacoffee = "your-user-name"
kofi = "your-user-name"
Expand All @@ -166,11 +166,11 @@ python = "your-user-name"
docker = "your-user-name"
stack = "your-user-name"
instagram = "your-user-name"
#pixelfed = "the-link-to-your-pixelfed" # Heaviest icon, off by default
#pixelfed = "https://pixelfed.example.com/" # Heaviest icon, off by default
pinterest = "your-user-name"
twitch = "your-user-name"
youtube = "channel/your-channel-id"
peertube = "the-link-to-your-peertube"
peertube = "https://peertube.example.com/@username"
researchgate = "your-profile-id"


Expand Down

0 comments on commit b2410f7

Please sign in to comment.