-
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
635c85e
commit 605ae3d
Showing
4 changed files
with
37 additions
and
17 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,24 +20,47 @@ | |
|
||
# sudo bundle install | ||
# sudo bundle exec jekyll serve | ||
title: Shenyang Shi webpage | ||
title: Shenyang Shi | ||
email: [email protected] | ||
description: >- # this means to ignore newlines until "baseurl:" | ||
Welcome to my personal website. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "https://shenyangshi.github.io/" # the base hostname & protocol for your site, e.g. http://example.com | ||
twitter_username: shenyangshi | ||
github_username: shenyangshi | ||
|
||
# Build settings | ||
#theme: minima | ||
remote_theme: hydecorp/hydejack@v9 | ||
plugins: | ||
- jekyll-feed | ||
- jekyll-remote-theme | ||
|
||
markdown: kramdown | ||
|
||
|
||
author: | ||
name: Shenyang Shi | ||
bio: "PhD student in the Department of Physics at Columbia University" | ||
home: "New York, NY" | ||
email: "[email protected]" | ||
social: | ||
email: [email protected] | ||
github: shenyangshi | ||
google: https://scholar.google.com/citations?user=NV8YSoYAAAAJ&hl=en | ||
|
||
# Design of the main page | ||
accent_image: /assets/img/main_page.jpeg | ||
menu: | ||
- title: About | ||
url: /about/ | ||
- title: Blog | ||
url: /_posts/ | ||
- title: Research | ||
url: /_research/ | ||
- title: Pictures | ||
url: /_pictures/ | ||
|
||
google_analytics: UA-XXXXXXXX-X | ||
|
||
|
||
# Exclude from processing. | ||
# The following items will not be processed, by default. | ||
# Any item listed under the `exclude:` key here will be automatically added to | ||
|
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -1,6 +1,7 @@ | ||
--- | ||
layout: home | ||
title: Shenyang Shi 石申阳 | ||
--- | ||
|
||
This is the home page. | ||
title: About | ||
image: | ||
path: /assets/img/main_page.jpeg | ||
cover: true | ||
--- |