diff options
author | Doge <[email protected]> | 2021-05-11 23:16:57 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-11 23:16:57 +0800 |
commit | 0b49431daaf26a02b45ac694a95fbbdfae8141fb (patch) | |
tree | b60bfff6214313b65b5c364199f57f6ee1eb8ca3 /_config.yml | |
parent | a52af01f4d90176df0dccf3190a99aef11db33b3 (diff) | |
download | chromate-0b49431daaf26a02b45ac694a95fbbdfae8141fb.tar.gz chromate-0b49431daaf26a02b45ac694a95fbbdfae8141fb.tar.bz2 chromate-0b49431daaf26a02b45ac694a95fbbdfae8141fb.zip |
Add support for logo with dark mode and icon descriptions
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/_config.yml b/_config.yml index 244a5e2..3d16dc3 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,7 @@ -logo: false +logo: + enable: false + lightmode: null + darkmode: null favicon: false timeformat: "MMM, D YYYY" podcast: true @@ -9,12 +12,12 @@ highlight: lightmode: 'atom-one-light' darkmode: 'atom-one-dark' navbar: - - ['mailto:[email protected]', 'fa fa-paper-plane'] - - ['https://github.com/guiqiqi/chromate', 'fa fa-github'] - - ['/feed.rss', 'fa fa-rss'] + - ['mailto:[email protected]', 'fa fa-paper-plane', ''] + - ['https://github.com/guiqiqi/chromate', 'fa fa-github', ''] + - ['/feed.rss', 'fa fa-rss', ''] menubar: - - ['/about/', '关于'] - - ['/archives/', '归档'] + - ['/about/', 'About'] + - ['/archives/', 'Archives'] rss: enable: true path: '/feed.rss' |