📝 docs: explain how to use custom social icons

This commit is contained in:
welpo
2024-06-19 21:39:02 +02:00
parent 39ba56f02c
commit 5ae629d171
6 changed files with 37 additions and 9 deletions

View File

@@ -185,7 +185,9 @@ full_content_in_feed = false
# Decoding requires ~400 bytes of JavaScript. If JS is disabled, the email won't be displayed.
encode_plaintext_email = true # Setting is ignored if email is already encoded.
# The icons available can be found in "social_icons" in the "static" folder.
# Social media links for the footer.
# Built-in icons: https://github.com/welpo/tabi/tree/main/static/social_icons
# To use a custom icon, add it to your site's `static/social_icons` directory.
# socials = [
# { name = "github", url = "https://github.com/welpo/", icon = "github" },
# { name = "soundcloud", url = "https://soundcloud.com/oskerwyld", icon = "soundcloud" },