forked from wemake-services/jekyll-theme-hackcss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (61 loc) · 2.79 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, 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'. If you change this file, please restart the server process.
# Site settings
title: Feiyue Zhang
description: > # this means to ignore newlines until "baseurl:"
repository: https://github.com/feiyue-z/feiyue-z.github.io
baseurl: # the subpath of your site, e.g. /blog
url: https://feiyue-z.github.io/ # the base hostname & protocol for your site
# Build settings
markdown: kramdown
# Sass settings
sass:
style: compressed
# Theme settings
theme_mode: markdown # choices are: 'dark', 'standard', 'markdown'
# Customizations
your_name: Feiyue Zhang
email: [email protected]
navigation:
- text: Home
url: /
- text: Projects
url: /projects
projects:
- name: StretchIt
description: Interactive cage-based 2D/3D deformation with MVC/Green Coordinate.
link: https://github.com/Junyu-Liu-Nate/Shape-Deformation-with-Cages
image: https://github.com/feiyue-z/feiyue-z.github.io/blob/gh-pages/images/preview_3.png?raw=true
- name: Game Engine
description: 2D game engine made in Java and a demo puzzle game to show its capabilities.
link: https://github.com/feiyue-z/game_engine
image: https://github.com/feiyue-z/feiyue-z.github.io/blob/gh-pages/images/preview_1.png?raw=true
- name: Monte Carlo Path Tracer
description: Implementation of Monte Carlo path tracing using physically-based rendering techniques.
link: https://github.com/feiyue-z/monte-carlo-path-tracer
image: https://github.com/feiyue-z/feiyue-z.github.io/blob/gh-pages/images/preview_4.png?raw=true
- name: Halfedge Lab
description: Collection of geometry processing methods, such as subdivide, simplify, remesh and denoise.
link: https://github.com/feiyue-z/halfedge-lab
image: https://github.com/feiyue-z/feiyue-z.github.io/blob/gh-pages/images/preview_5.png?raw=true
- name: Real-time 3D Rendering
description: Rendering 3D objects with Phong illumination model in OpenGL.
link: https://github.com/feiyue-z/realtime_render
image: https://github.com/feiyue-z/feiyue-z.github.io/blob/gh-pages/images/preview_2.png?raw=true
# - name: Search Engine
# description: Simple search engine built from the ground up in Python.
# link: https://github.com/feiyue-z/search_engine
# - name: Online Shop
# description: Web application using Spring Boot, React, and MySQL.
# link: https://github.com/feiyue-z/online_shop
social:
- service: github
username: feiyue-z
link: https://github.com/feiyue-z
- service: linkedin
username: Feiyue Zhang
link: https://www.linkedin.com/in/feiyue-zhang-b26a561a0/