From d33691eed6c1e5f1f7bf710b77ff3a01a65cea3c Mon Sep 17 00:00:00 2001 From: June Date: Mon, 28 Nov 2022 11:11:24 +0800 Subject: Support for more social icons --- exampleSite/config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 91d71b1..d7af5ae 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -88,7 +88,6 @@ avatar = "img/home-bg.jpg" bio = "a personal website" [params.social] -rss_enable = true twitter = "johndoe" facebook = "johndoe" zhihu = "johndoe" @@ -96,6 +95,13 @@ weibo = "johndoe" github = "johndoe" gitlab = "johndoe" linkedin = "johndoe" +rss = true +[params.social.mastodon] +weight = 56 +icon = "fab fa-mastodon" +format = "https://mastodon.social/%v" +id = "johndoe" +url = "" [[params.friends]] name = "John Doe" -- cgit v1.2.3