From 88fb0d394f6b0be798ca31371b6b732c65230781 Mon Sep 17 00:00:00 2001 From: 135e2 <135e2@135e2.tk> Date: Thu, 2 Jun 2022 20:39:06 +0800 Subject: chore: adapt config file --- _config.yml | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to '_config.yml') diff --git a/_config.yml b/_config.yml index ac53ea8..d0899eb 100644 --- a/_config.yml +++ b/_config.yml @@ -4,10 +4,10 @@ # 在这里填入你的 Logo 地址 - 包括黑暗/白天模式 # 不要忘记把 enable 改成 true 哦~ logo: - enable: false - lightmode: null - darkmode: null - rss: null + enable: true + lightmode: /logo.png + darkmode: /logo.png + rss: /logo.png # Header size # Select from: ["fullheight", "large", "medium", "default"] @@ -24,7 +24,7 @@ header: # Favicon file link # ------------------------------------------------------------ # Favicon 文件地址 -favicon: false +favicon: /favicon.ico # Datetime format for most of positions # ------------------------------------------------------------ @@ -43,7 +43,7 @@ lazyload: true # Your Copyright String will be shown in footer # ------------------------------------------------------------ # 你的版权信息会显示在页脚 -copyright: 'All rights reserved.' +copyright: 'All rights reserved @ 135e2' # Enable code auto Highlight or not # Then select one lightmode and darkmode style here: @@ -69,9 +69,10 @@ highlight: # 配置格式: # ['链接地址', '图标类', '图标之后的文字'] navbar: - - ['mailto:privet@utc3.live', 'fa fa-paper-plane', ''] - - ['https://github.com/guiqiqi/chromate', 'fa fa-github', ''] - - ['/feed.rss', 'fa fa-rss', ''] + - ['mailto:135e2@135e2.tk', 'fa fa-paper-plane', 'Email'] + - ['http://git.135e2.tk/135e2/MeaninglessRecords', 'fa fa-github', 'Source'] + - ['https://linktr.ee/135e2', 'fa fa-external-link', 'Linktree'] + - ['/feed.xml', 'fa fa-rss', 'RSS Link'] # Subnav configuration will show below navbar with a horizontal divider # Configuration format as same as previous @@ -81,14 +82,13 @@ navbar: subnav: - ['#love', 'fa fa-heart', 'Love'] - ['#peace', 'fa fa-globe', 'Peace'] - - ['#human', 'fa fa-male', 'Human'] # Menubar and its texts # ------------------------------------------------------------ # 菜单栏的地址和文字 menubar: - - ['/about/', 'About'] - - ['/archives/', 'Archives'] + - ['/about/', '关于'] + - ['/archives/', '存档'] # RSS auto generation configuration # enable: true or false @@ -113,11 +113,11 @@ menubar: # explicit: 如果你的播客有羞羞的内容,那么改成 true rss: enable: true - path: '/feed.rss' + path: '/feed.xml' config: - email: 'privet@utc3.live' + email: '135e2@135e2.tk' category: { - 'Education': ['How To', 'Language Learning'], + 'Life': [], 'Technology': [] } explicit: false -- cgit v1.2.3