diff options
| author | roninro <liumy.f@foxmail.com> | 2022-11-02 12:37:51 +0800 |
|---|---|---|
| committer | roninro <liumy.f@foxmail.com> | 2022-11-02 12:37:51 +0800 |
| commit | af2c2c3540d42b428d34094f5815db09ac8637b5 (patch) | |
| tree | 2aaf2ed7a62ee1f6dfb95b1592261480b6375457 /exampleSite | |
| parent | 46225bf4336fe6e46a7566248330e2d3ce21061f (diff) | |
Gravatar Support (#11)
Diffstat (limited to 'exampleSite')
| -rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 91746c1..8d2871d 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -82,6 +82,8 @@ custom_css = [] # ["css/custom.css"] Add your file to assets folder [assets/cs [params.sidebar] enable = true +gravatarEmail = "" +# Overwritten by your gravatar image if `gravatarEmail` is filled avatar = "img/home-bg.jpg" bio = "a personal website" |
