-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
88 lines (77 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
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
#######################
# Theme Customization #
#######################
title: This is our home # used in <title> tag & site header
author: CCX # used in a <meta> tag & /feed.xml
description: > # used in a <meta> tag & /feed.xml
Hello 911 emergency, there's a handsome guy in my house!
Oh wait a second, cancel that. It's only me.
slogan: SL♥CCX # used in site header, beside title
avatar: /i/slccx.png # used as portrait in site header
banner: /i/aaa.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/cuichenxu/
icon: /i/icons.svg#github
outbound: true # this key sets a link to open in a new window.
- name: Contact
scheme: / # 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: Solana
teaser: A responsive blog template written in Sass and vanilla JavaScript.
url: https://github.com/rlue/jekyll-solana
role: Creator
category: Frontend Dev
- title: Cortana
teaser: A talking robot. Now available on Google Play?
url: https://play.google.com/store/apps/details?id=com.microsoft.cortana
role: Core Team
category: NLP
- title: Rihanna
teaser: Possibly another robot. Also available on Google Play.
url: https://play.google.com/store/music/artist/Rihanna?id=Arcw2m2ih45qntv3fufub25tyhu
role: Contributor
category: Algorithmic Composition
#################
# 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