Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aquagull committed Jan 14, 2025
1 parent b2635b5 commit 0058d69
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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 : "[email protected]"
links:
- label: "GoogleEmail"
Expand Down Expand Up @@ -321,5 +321,5 @@ defaults:
author_profile: true
read_time: false
comments: # true
share: true
related: true
share: false
related: false
2 changes: 1 addition & 1 deletion _sass/minimal-mistakes/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0058d69

Please sign in to comment.