From 0058d69da1958b5faaf09950af7d6be8555f7f48 Mon Sep 17 00:00:00 2001 From: Kyotak <2023352046@email.szu.edu.cn> Date: Tue, 14 Jan 2025 22:40:20 +0800 Subject: [PATCH] update --- _config.yml | 18 +++++++++--------- _sass/minimal-mistakes/_variables.scss | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_config.yml b/_config.yml index 3e9f7920fe16..16360fac2659 100644 --- a/_config.yml +++ b/_config.yml @@ -20,8 +20,8 @@ rtl : # true, false (default) # turns direction of the page title : "HongyuHe" title_separator : "-" subtitle : # site tagline that appears below site title in masthead -name : "Hongyu He" -description : "A self-thinking website." +name : &name "Hongyu He" +description : &description "A self-thinking website." url : # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" baseurl : # the subpath of your site, e.g. "/blog" repository : "aquagull/HongyuHe" @@ -68,8 +68,8 @@ reCaptcha: atom_feed: path : # blank (default) uses feed.xml hide : # true, false (default) -search : # true -search_full_content : # true, false (default) +search : false +search_full_content : false search_provider : # lunr (default), algolia, google lunr: search_within_pages : # true, false (default) @@ -113,10 +113,10 @@ analytics: # Site Author author: - name : "Hongyu He" + name : *name avatar : "/assets/images/cc.jpg" - bio : "Keep thinking" - location : "Shenzhen Nanshan" + bio : "***Keep thinking***" + location : "Shenzhen,Nanshan" email : "hongyuh@gmail.com" links: - label: "GoogleEmail" @@ -321,5 +321,5 @@ defaults: author_profile: true read_time: false comments: # true - share: true - related: true + share: false + related: false diff --git a/_sass/minimal-mistakes/_variables.scss b/_sass/minimal-mistakes/_variables.scss index 2a3258735264..6a88aee8653e 100644 --- a/_sass/minimal-mistakes/_variables.scss +++ b/_sass/minimal-mistakes/_variables.scss @@ -158,7 +158,7 @@ $max-width: $x-large !default; Grid ========================================================================== */ -$right-sidebar-width-narrow: 200px !default; +$right-sidebar-width-narrow: 50px !default; $right-sidebar-width: 300px !default; $right-sidebar-width-wide: 400px !default;