Skip to content

Commit

Permalink
configuring DNS
Browse files Browse the repository at this point in the history
  • Loading branch information
eastXueLian authored and eastXueLian committed Feb 27, 2024
1 parent 92dd962 commit 7dfb334
Showing 1 changed file with 103 additions and 126 deletions.
229 changes: 103 additions & 126 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,148 +7,141 @@
# server process.

# Basic Site Settings
locale : "en-US"
title : "Zeren Cui (崔泽仁)"
title_separator : "-"
name : &name "Zeren Cui (崔泽仁)"
description : &description "personal description"
url : https://zerencui.com # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl : "" # the subpath of your site, e.g. "/blog"
repository : "AvavaAYA/resume"

locale: en-US
title: Zeren Cui (崔泽仁)
title_separator: '-'
name: &name Zeren Cui (崔泽仁)
description: &description personal description
url: https://resume.zerencui.com # the base hostname & protocol for your site e.g. "https://mmistakes.github.io"
baseurl: "" # the subpath of your site, e.g. "/blog"
repository: AvavaAYA/resume
# 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 : "Zeren Cui (崔泽仁)"
pronouns : # example: "she/her"
bio : "Junior undergraduate at <a href='https://en.wikipedia.org/wiki/University_of_Science_and_Technology_of_China'> University of Science and Technology of China</a>, graduating in 2025. <br><br>Now focused on system security and binary attacks, with an emphasis on kernel security. <br><br><b>I am actively seeking internships. I'm ready to chat. Please contact me.</b><br><br><b>Last updated:</b>&nbsp; <span id='currentDate'><script>document.write(new Date().getFullYear()+'/'+(new Date().getMonth()+1)+'/'+new Date().getDate());</script></span>"
location : "China"
employer :
uri : "https://eastxuelian.nebuu.la/"
email : "[email protected]"

avatar: profile.png
name: Zeren Cui (崔泽仁)
pronouns: # example: "she/her"
bio: Junior undergraduate at <a href='https://en.wikipedia.org/wiki/University_of_Science_and_Technology_of_China'> University of Science and Technology of China</a>, graduating in 2025. <br><br>Now focused on system security and binary attacks, with an emphasis on kernel security. <br><br><b>I am actively seeking internships. I'm ready to chat. Please contact me.</b><br><br><b>Last updated:</b>&nbsp; <span id='currentDate'><script>document.write(new Date().getFullYear()+'/'+(new Date().getMonth()+1)+'/'+new Date().getDate());</script></span>
location: China
employer:
uri: https://eastxuelian.nebuu.la/
email: [email protected]
# Academic websites
arxiv : # URL - Update with the correct link to your profile
googlescholar :
impactstory : # URL
orcid :
pubmed :
researchgate : # URL

arxiv: # URL - Update with the correct link to your profile
googlescholar:
impactstory: # URL
orcid:
pubmed:
researchgate: # URL
# Repositories and software development
bitbucket : # Username - Update with your username on the site
codepen : # Username
dribbble : # Username
github : "AvavaAYA"
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: AvavaAYA
kaggle: # Username
stackoverflow: # User number or user number and name (i.e., use "1" or "1/jeff-atwood")
# Social media
bluesky : # 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 : "telegram.jpg"
wechat : "wechat.jpg"
tumblr : # Username
twitter : # Replace this with your X / Twitter handle
vine : # Username
weibo : # Username
wikipedia : # Username
xing : # Username
youtube : # Username
zhihu : # URL


bluesky: # 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: telegram.jpg
wechat: wechat.jpg
tumblr: # Username
twitter: # Replace this with your X / Twitter handle
vine: # Username
weibo: # Username
wikipedia: # Username
xing: # Username
youtube: # Username
zhihu: # 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:
path : # blank (default) uses feed.xml


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:
- .htaccess
- _pages
- files
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- '*.sublime-project'
- '*.sublime-workspace'
- .asset-cache
- .bundle
- .jekyll-assets-cache
Expand All @@ -173,18 +166,15 @@ exclude:
keep_files:
- .git
- .svn
encoding: "utf-8"
markdown_ext: "markdown,mkdown,mkdn,mkd,md"


encoding: utf-8
markdown_ext: markdown,mkdown,mkdn,mkd,md
# Conversion
markdown: kramdown
highlighter: rouge
lsi: false
excerpt_separator: "\n\n"
incremental: false

excerpt_separator: |2+
incremental: false
# Markdown Processing
kramdown:
input: GFM
Expand All @@ -195,8 +185,6 @@ kramdown:
toc_levels: 1..6
smart_quotes: lsquo,rsquo,ldquo,rdquo
enable_coderay: false


# Collections
collections:
teaching:
Expand All @@ -211,8 +199,6 @@ collections:
talks:
output: true
permalink: /:collection/:path/


# Defaults
defaults:
# _posts
Expand Down Expand Up @@ -268,21 +254,15 @@ defaults:
layout: talk
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 @@ -297,8 +277,6 @@ whitelist:
- jekyll-gist
- jekyll-feed
- jemoji


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


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

0 comments on commit 7dfb334

Please sign in to comment.