Skip to content

Commit

Permalink
update the info
Browse files Browse the repository at this point in the history
  • Loading branch information
HungryFlo committed Oct 3, 2024
1 parent 1c66212 commit a431177
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 116 deletions.
196 changes: 91 additions & 105 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,143 +3,138 @@
# This config file is meant for settings that affect your entire site, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# `jekyll serve -l -H localhost`. If you change this file, please restart the
# `jekyll serve -l -H localhost`. If you change this file, please restart the
# server process.

# Basic Site Settings
locale : "en-US"
title : "Home"
title_separator : "-"
name : &name "郝飞洋 / Flocean Hao"
description : &description "西安交通大学软件学院学生"
url : https://HungryFlo.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 : "HungryFlo/HungryFlo.github.io"
locale: "en-US"
title: "Home"
title_separator: "-"
name: &name "郝飞洋 / Flocean Hao"
description: &description "西安交通大学软件学院学生"
url: https://HungryFlo.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: "HungryFlo/HungryFlo.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 : "郝飞洋 / Flocean Hao"
pronouns : # example: "she/her"
bio : "Stay hungry, stay foolish."
location : "陕西西安 / Xi'an, Shaanxi"
employer : "西安交通大学 Xi'an Jiaotong University"
uri : # URL
email : "[email protected]"
avatar: "profile.png"
name: "郝飞洋 / Flocean Hao"
pronouns: # example: "she/her"
bio: "Stay hungry, stay foolish."
location: "香港大学 Exchange in HKU"
employer: "西安交通大学 \n Xi'an Jiaotong University"
uri: # URL
email: "[email protected]"

# Academic websites
arxiv : # URL - Update with the correct link to your profile
googlescholar : #"https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
impactstory : # URL
orcid : #"http://orcid.org/yourorcidurl"
pubmed : #"https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate : # URL
arxiv: # URL - Update with the correct link to your profile
googlescholar: #"https://scholar.google.com/citations?user=PS_CX0AAAAAJ"
impactstory: # URL
orcid: #"http://orcid.org/yourorcidurl"
pubmed: #"https://www.ncbi.nlm.nih.gov/pubmed/?term=john+snow"
researchgate: # URL

# Repositories and software development
bitbucket : # Username - Update with your username on the site
codepen : # Username
dribbble : # Username
github : "HungryFlo"
kaggle : # Username
stackoverflow : # User number or user number and name (i.e., use "1" or "1/jeff-atwood")
bitbucket: # Username - Update with your username on the site
codepen: # Username
dribbble: # Username
github: "HungryFlo"
kaggle: # Username
stackoverflow: # User number or user number and name (i.e., use "1" or "1/jeff-atwood")

# Social media
bluesky : #"bsky.app" # Replace this with you Bluesky username
facebook : # Username
flickr : # Username
foursquare : # Username
goodreads : # Username
google_plus : # Username
keybase : # Username
instagram : # Username
lastfm : # Username
linkedin : # Username
mastodon : # URL
medium : # URL
pinterest : # Username
soundcloud : # Username
steam : # Username
telegram : # URL
tumblr : # Username
twitter : #"UniofOxford" # Replace this with your X / Twitter handle
vine : # Username
weibo : # Username
wikipedia : # Username
xing : # Username
youtube : # Username
zhihu : https://www.zhihu.com/people/chi-er-fei-yang # URL

bluesky: #"bsky.app" # Replace this with you Bluesky username
facebook: # Username
flickr: # Username
foursquare: # Username
goodreads: # Username
google_plus: # Username
keybase: # Username
instagram: # Username
lastfm: # Username
linkedin: # Username
mastodon: # URL
medium: # URL
pinterest: # Username
soundcloud: # Username
steam: # Username
telegram: # URL
tumblr: # Username
twitter: #"UniofOxford" # Replace this with your X / Twitter handle
vine: # Username
weibo: # Username
wikipedia: # Username
xing: # Username
youtube: # Username
zhihu: https://www.zhihu.com/people/chi-er-fei-yang # URL

# Site Settings
teaser : # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
breadcrumbs : false # true, false (default)
words_per_minute : 160
future : true
read_more : "disabled" # if enabled, adds "Read more" links to excerpts
talkmap_link : false #change to true to add link to talkmap on talks page
teaser: # filename of teaser fallback teaser image placed in /images/, .e.g. "500x300.png"
breadcrumbs: false # true, false (default)
words_per_minute: 160
future: true
read_more: "disabled" # if enabled, adds "Read more" links to excerpts
talkmap_link: false #change to true to add link to talkmap on talks page
comments:
provider : # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
provider: # false (default), "disqus", "discourse", "facebook", "google-plus", "staticman", "custom"
disqus:
shortname :
shortname:
discourse:
server : # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
server: # https://meta.discourse.org/t/embedding-discourse-comments-via-javascript/31963 , e.g.: meta.discourse.org
facebook:
appid :
num_posts : # 5 (default)
colorscheme : # "light" (default), "dark"
appid:
num_posts: # 5 (default)
colorscheme: # "light" (default), "dark"
staticman:
allowedFields : ['name', 'email', 'url', 'message']
branch : "gh-pages" # "master", "gh-pages"
commitMessage : "New comment."
filename : comment-{@timestamp}
format : "yml"
moderation : true
path : "_data/comments/{options.slug}"
requiredFields : ['name', 'email', 'message']
allowedFields: ["name", "email", "url", "message"]
branch: "gh-pages" # "master", "gh-pages"
commitMessage: "New comment."
filename: comment-{@timestamp}
format: "yml"
moderation: true
path: "_data/comments/{options.slug}"
requiredFields: ["name", "email", "message"]
transforms:
email : "md5"
email: "md5"
generatedFields:
date:
type : "date"
type: "date"
options:
format : "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
format: "iso8601" # "iso8601" (default), "timestamp-seconds", "timestamp-milliseconds"
atom_feed:
hide : false # change to true to hide the RSS feed in the footer
path : # blank (default) uses feed.xml

hide: false # change to true to hide the RSS feed in the footer
path: # blank (default) uses feed.xml

# SEO Related
google_site_verification :
bing_site_verification :
alexa_site_verification :
yandex_site_verification :

google_site_verification:
bing_site_verification:
alexa_site_verification:
yandex_site_verification:

# Social Sharing
twitter:
username : # &twitter
username: # &twitter
facebook:
username :
app_id :
publisher :
og_image : # Open Graph/Twitter default site image
username:
app_id:
publisher:
og_image: # Open Graph/Twitter default site image
# For specifying social profiles
# - https://developers.google.com/structured-data/customize/social-profiles
social:
type : # Person or Organization (defaults to Person)
name : # If the user or organization name differs from the site's name
type: # Person or Organization (defaults to Person)
name: # If the user or organization name differs from the site's name
links: # An array of links to social media profiles


# Analytics
analytics:
provider : "google-universal" # false (default), "google", "google-universal", "google-analytics-4", "custom"
provider: "google-universal" # false (default), "google", "google-universal", "google-analytics-4", "custom"
google:
tracking_id :

tracking_id:

# Reading Files
include:
Expand Down Expand Up @@ -176,15 +171,13 @@ keep_files:
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"


# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false


# Markdown Processing
kramdown:
input: GFM
Expand All @@ -196,7 +189,6 @@ kramdown:
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false


# Collections
collections:
teaching:
Expand All @@ -212,7 +204,6 @@ collections:
output: true
permalink: /:collection/:path/


# Defaults
defaults:
# _posts
Expand Down Expand Up @@ -269,20 +260,17 @@ defaults:
author_profile: true
share: true


# Sass/SCSS
sass:
sass_dir: _sass
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style


# Outputting
permalink: /:categories/:title/
# paginate: 5 # amount of posts to show
# paginate_path: /page:num/
timezone: America/Los_Angeles # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
plugins:
- jekyll-paginate
Expand All @@ -298,7 +286,6 @@ whitelist:
- jekyll-feed
- jemoji


# Archives
# Type
# - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default)
Expand Down Expand Up @@ -327,7 +314,6 @@ tag_archive:
# category: /categories/:name/
# tag: /tags/:name/


# HTML Compression
# - http://jch.penibelst.de/
compress_html:
Expand Down
Loading

0 comments on commit a431177

Please sign in to comment.