diff options
| author | June <liumy.f@foxmail.com> | 2022-11-28 14:11:59 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-28 14:11:59 +0800 |
| commit | b8b2081a8a1e0e3fe2e7d34c4168b358fdf021d0 (patch) | |
| tree | d0de16ed7a1a3658dca6346e34478ae787db76f0 /exampleSite | |
| parent | e018919ead448ff70dd1697c03143a46ad690c71 (diff) | |
| parent | 5803c1b8c087b5e3e99200c24e6eb470b7412b8b (diff) | |
Merge pull request #26 from roninro/dev
Support for for social icon
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" |
