forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 : "[email protected]" | ||
links: | ||
- label: "GoogleEmail" | ||
|
@@ -321,5 +321,5 @@ defaults: | |
author_profile: true | ||
read_time: false | ||
comments: # true | ||
share: true | ||
related: true | ||
share: false | ||
related: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters