From 7dfb334c80bd805d10c0dbe7a3a627c3363f9ed3 Mon Sep 17 00:00:00 2001 From: eastXueLian Date: Tue, 27 Feb 2024 12:42:34 +0800 Subject: [PATCH] configuring DNS --- _config.yml | 229 +++++++++++++++++++++++----------------------------- 1 file changed, 103 insertions(+), 126 deletions(-) diff --git a/_config.yml b/_config.yml index e568e72..e92efa7 100644 --- a/_config.yml +++ b/_config.yml @@ -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 University of Science and Technology of China, graduating in 2025.

Now focused on system security and binary attacks, with an emphasis on kernel security.

I am actively seeking internships. I'm ready to chat. Please contact me.

Last updated:  " - location : "China" - employer : - uri : "https://eastxuelian.nebuu.la/" - email : "zrcui2002@outlook.com" - + avatar: profile.png + name: Zeren Cui (崔泽仁) + pronouns: # example: "she/her" + bio: Junior undergraduate at University of Science and Technology of China, graduating in 2025.

Now focused on system security and binary attacks, with an emphasis on kernel security.

I am actively seeking internships. I'm ready to chat. Please contact me.

Last updated:  + location: China + employer: + uri: https://eastxuelian.nebuu.la/ + email: zrcui2002@outlook.com # 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 @@ -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 @@ -195,8 +185,6 @@ kramdown: toc_levels: 1..6 smart_quotes: lsquo,rsquo,ldquo,rdquo enable_coderay: false - - # Collections collections: teaching: @@ -211,8 +199,6 @@ collections: talks: output: true permalink: /:collection/:path/ - - # Defaults defaults: # _posts @@ -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 @@ -297,8 +277,6 @@ whitelist: - jekyll-gist - jekyll-feed - jemoji - - # Archives # Type # - GitHub Pages compatible archive pages built with Liquid ~> type: liquid (default) @@ -327,7 +305,6 @@ tag_archive: # category: /categories/:name/ # tag: /tags/:name/ - # HTML Compression # - http://jch.penibelst.de/ compress_html: