-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
33 lines (29 loc) · 1.4 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
title: Xiaotian Zhou
logo: /assets/profile.jpg
email: xzz5503 at psu dot edu
description: MS of CSE at Penn State University
show_downloads: false
google_analytics: G-ZLK2GHB055
color-scheme: auto
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jemoji
- jekyll-remote-theme
remote_theme: BDHU/minimalist
# You can find fonts from https://iconify.design or https://fontawesome.com. Below is just an example illustrating how to use custom icons
sidebar:
# - name: Google Scholar
# icon: <svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" role="img" style="vertical-align:-0.125em;" width="1em" height="1em" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M5.242 13.769L0 9.5L12 0l12 9.5l-5.242 4.269C17.548 11.249 14.978 9.5 12 9.5c-2.977 0-5.548 1.748-6.758 4.269zM12 10a7 7 0 1 0 0 14a7 7 0 0 0 0-14z" fill="currentColor"/></svg>
# link: https://scholar.google.com/citations?user=zR6afi8AAAAJ
- name: GitHub
icon: <i class="fa-brands fa-github"></i>
link: https://github.com/zhouxt1
- name: CV
icon: <i class="fa-solid fa-paperclip"></i>
link: ./assets/Xiaotian_Zhou___CV.pdf
# https://github.com/github/pages-gem/issues/399#issuecomment-301827749
# When running locally, we run into the following error —
# GitHub Metadata: No GitHub API authentication could be found. Some fields may be missing or have incorrect data.
# adding this avoids it
# github: [metadata]