-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config_dev.yml
More file actions
44 lines (40 loc) · 1019 Bytes
/
_config_dev.yml
File metadata and controls
44 lines (40 loc) · 1019 Bytes
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
34
35
36
37
38
39
40
41
42
43
44
# Site settings
name: Yuxuan Xiong
title: Yuxuan Xiong
description:
Full-stack software engineer with a focus on intuitive user interfaces, robust server architecture, and efficient database solutions
url: https://gyoxxi.github.io/
baseurl: ''
email: xyxnusstu@gmail.com
#cover:
logo: https://gyoxxi.github.io/img/emojis/technologist.png
resume: https://gyoxxi.github.io/resume.pdf
social:
- title: email
url: mailto:xyxnusstu@gmail.com
- title: github
url: https://github.com/gyoxxi
- title: instagram
url: https://www.instagram.com/gyoxxi__
- title: linkedin
url: https://www.linkedin.com/in/yuxuan-xiong-b787341b7
- title: issuu
url: https://issuu.com/yuxuanxiong/docs/2021fall_portfolio_future100
# Build settings
markdown: kramdown
exclude:
- 'Gemfile'
- 'Gemfile.lock'
- '*.gemspec'
- 'README.md'
- 'node_modules'
- 'build'
- 'gulpfile.js'
- 'package.json'
keep_files:
- 'CNAME'
- '.git'
- '.gitignore'
plugins_dir:
- jekyll-minifier
- jekyll-sitemap