diff options
| author | June <liumy.f@outlook.com> | 2022-11-28 11:11:24 +0800 |
|---|---|---|
| committer | June <liumy.f@outlook.com> | 2022-11-28 11:11:24 +0800 |
| commit | d33691eed6c1e5f1f7bf710b77ff3a01a65cea3c (patch) | |
| tree | aa8298538883e6a60838ffd184d365796d46935f /exampleSite | |
| parent | e018919ead448ff70dd1697c03143a46ad690c71 (diff) | |
Support for more social icons
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 8 |
1 files changed, 7 insertions, 1 deletions
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" |
