forked from rlue/jekyll-solana
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
83 lines (71 loc) · 2.38 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#######################
# Theme Customization #
#######################
title: Hanxue # used in <title> tag & site header
author: Hanxue Gu # used in a <meta> tag & /feed.xml
description: > # used in a <meta> tag & /feed.xml
To record the everyday life of Fair Gu!
slogan: Fairly! # used in site header, beside title
avatar: /i/ghx.png # used as portrait in site header
banner: /i/mountains.svg # used as background in site header
url: http://solana.ryanlue.com # used by plugins to generate feed.xml and sitemap.xml
baseurl: '' # prepended to all absolute filepaths
repo: https://github.com/rlue/jekyll-solana # used in footer
# Objects listed here will appear in the main nav menu.
# Exceeding four items may cause problems on the desktop (>900px wide) layout.
nav_menu:
- name: Posts
url: /
icon: /i/icons.svg#posts # icons should be 24x24 px.
- name: Projects
url: /projects
icon: /i/icons.svg#portfolio
- name: GitHub
url: https://github.com/Guhanxue
icon: /i/icons.svg#github
outbound: true # this key sets a link to open in a new window.
- name: Contact
scheme: mailto # these keys enable email obfuscation.
handle: hello # you know, to protect you from bots. (handle and domain
domain: github.com # are separated in case bots crawl GitHub repos, too.)
icon: /i/icons.svg#email
# Objects listed here will appear on the /projects.html page.
projects:
- title: 3D-Hand Pose Reconstruction
teaser: a Reconstruction system
url: /
role: Creator
category: Computer vision
- title: Breast Reconstruction
teaser: need to develop
url: /
role: Core Team
category: NLP
#################
# Site Settings #
#################
incremental: true
exclude:
- Gemfile
- Gemfile.lock
- LICENSE
- README.md
- TODO.md
permalink: /:collection/:path
collections:
category: { output: true }
tag: { output: true }
defaults:
- scope: { type: posts }
values: { layout: post }
- scope: { type: tag }
values: { layout: listing }
- scope: { type: category }
values: { layout: listing }
sass:
sass_dir: _assets/css
plugins:
- jekyll-paginate
- jekyll-feed
- jekyll-sitemap
paginate: 10