InkSoul/themes/meme_cdn/data/Socials.toml

42 lines
773 B
TOML
Raw Normal View History

2023-06-18 23:16:41 +08:00
# Please do NOT edit this file!
#
# Create a new `Socials.toml` file in your site `data` directory
# instead of editing here directly.
#
# For the `icon`, see SVG.toml
[[socials]]
id = "rss"
url = "/rss.xml"
icon = "rss"
title = "RSS"
weight = 1
[[socials]]
id = "email"
url = "mailto:reuixiy@gmail.com"
icon = "envelope"
title = "Email"
weight = 2
[[socials]]
id = "github"
url = "https://github.com/reuixiy"
icon = "github"
title = "GitHub"
weight = 3
[[socials]]
id = "twitter"
url = "https://twitter.com/reuixiy"
icon = "twitter"
title = "Twitter"
weight = 4
[[socials]]
id = "telegram"
url = "https://t.me/yixiuer"
icon = "telegram"
title = "Telegram"
weight = 5