diff options
author | Doge <[email protected]> | 2021-05-25 12:43:31 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-25 12:43:31 +0800 |
commit | e2aca21e9fd603dddb4e40c4ea6636343284699f (patch) | |
tree | 39cc67186c8b490d91c0a3225dbe3d84a52ec776 /_config.yml | |
parent | 47ae03bba904cd6fb068121198c50d1bb59c5932 (diff) | |
download | chromate-e2aca21e9fd603dddb4e40c4ea6636343284699f.tar.gz chromate-e2aca21e9fd603dddb4e40c4ea6636343284699f.tar.bz2 chromate-e2aca21e9fd603dddb4e40c4ea6636343284699f.zip |
Add sub nav configuration
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_config.yml b/_config.yml index 248dda1..2e1f71c 100644 --- a/_config.yml +++ b/_config.yml @@ -73,6 +73,17 @@ navbar: - ['https://github.com/guiqiqi/chromate', 'fa fa-github', ''] - ['/feed.rss', 'fa fa-rss', ''] +# Subnav configuration will show below navbar with a horizontal divider +# Configuration format as same as previous +# ------------------------------------------------------------ +# Sub Navbar 将会在 Navbar 下方展示并以水平线与之分割 +# 配置模式与上面类似 +subnav: + - ['#love', 'fa fa-heart', 'Love'] + - ['#peace', 'fa fa-globe', 'Peace'] + - ['#human', 'fa fa-male', 'Human'] + + # Menubar and its texts # ------------------------------------------------------------ # 菜单栏的地址和文字 |