-
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
1 parent
79f5c2b
commit f3b4c2c
Showing
1 changed file
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 |
---|---|---|
|
@@ -8,27 +8,27 @@ | |
|
||
# Basic Site Settings | ||
locale : "en-US" | ||
title : "Your Name / Site Title" | ||
title : "Yuanxu Sun" | ||
title_separator : "-" | ||
name : &name "Your Name" | ||
name : &name "Yuanxu Sun" | ||
description : &description "personal description" | ||
url : https://academicpages.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" | ||
url : https://syx11237744.github.io # the base hostname & protocol for your site e.g. "https://mmistakes.github.io" | ||
baseurl : "" # the subpath of your site, e.g. "/blog" | ||
repository : "academicpages/academicpages.github.io" | ||
repository : "syx11237744/syx11237744.github.io" | ||
|
||
# Site Author - The following control what appear as part of the author content on the side bar. | ||
# If a field is blank the icon and link will not appear, otherwise it will be shown. | ||
# Additional customization can be done by editing /_includes/author-profile.html | ||
author: | ||
# Biographic information | ||
avatar : "profile.png" | ||
name : "Your Sidebar Name" | ||
name : "Yuanxu Sun" | ||
pronouns : # example: "she/her" | ||
bio : "Short biography for the left-hand sidebar" | ||
location : "Earth" | ||
employer : "Red Brick University" | ||
bio : | ||
location : "China Beijing" | ||
employer : | ||
uri : # URL | ||
email : "[email protected]" | ||
email : "[email protected]" | ||
|
||
# Academic websites | ||
arxiv : # URL - Update with the correct link to your profile | ||
|
@@ -43,7 +43,7 @@ author: | |
bitbucket : # Username - Update with your username on the site | ||
codepen : # Username | ||
dribbble : # Username | ||
github : "academicpages" | ||
github : "syx11237744" | ||
kaggle : # Username | ||
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood") | ||
|
||
|