From a85da42fee02e682192a9dbc8116053303674736 Mon Sep 17 00:00:00 2001 From: XPoet Date: Sun, 22 Mar 2020 20:31:13 +0800 Subject: [PATCH] =?UTF-8?q?Update:=20=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _config.yml | 7 +++++ layout/common/nav.ejs | 18 ++++++++++--- layout/home-post.ejs | 2 +- layout/right-side.ejs | 2 +- layout/tag-post.ejs | 2 +- source/css/layout/archive-post.styl | 16 +++++++----- source/css/layout/basic.styl | 8 ++++++ source/css/layout/common/left-side.styl | 2 +- source/css/layout/common/nav.styl | 34 +++++++++++++++++-------- source/css/layout/common/site-info.styl | 4 +-- source/css/layout/home-post.styl | 2 +- source/css/layout/index.styl | 6 ++--- source/css/layout/right-side.styl | 2 +- source/css/layout/variables.styl | 16 +++++++----- 14 files changed, 83 insertions(+), 38 deletions(-) diff --git a/_config.yml b/_config.yml index 7112cf0..f3c7194 100644 --- a/_config.yml +++ b/_config.yml @@ -8,6 +8,13 @@ favicon: images/favicon.png avatar: images/favicon.png +page: + left_side_width: 25 + right_side_width: 75 + media_max_width: 960 + + + # 代码高亮设置 # Code Highlight theme # Available value: diff --git a/layout/common/nav.ejs b/layout/common/nav.ejs index 2fafb9a..4c75bb0 100644 --- a/layout/common/nav.ejs +++ b/layout/common/nav.ejs @@ -1,8 +1,20 @@ +