-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
69 lines (62 loc) · 1.65 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
# Outputting
permalink: /:categories/:year/:month/:day/:title.html
# Conversion
markdown: kramdown
highlighter: rouge
excerpt_separator: <!--more-->
# Config for your profile.
title: Jie Ren's website # Site title
name: Jie Ren # Your name
avatar: /theme/img/avatar.jpg # Path to an avatar image
# The theme uses the baseurl throughout, which is useful for running the entire
# site under a subdir, like for this GitHub Pages deployment as a project site.
# baseurl: "/jay15summer.github.io"
# Google Analytics
google_analytics: UA-117116443-1
# Add a directory to hold misc pages, just to keep the root directory clean.
include: ["_pages", "_resources"]
# Turn the projects into a collection.
collections:
projects:
output: true
title: projects
permalink: /:collection/:name.html
resources:
output: true
title: resources
permalink: /:collection/:name.html
defaults:
# Turn the profile sidebar on for all pages by default, except for the
# collections, where it is off and replaced by useful things on the sidebar.
# To override this one a page, use
# show_profile: false
# to hide the profile.
-
scope:
path: ""
values:
show_profile: true
-
scope:
path: "_posts"
values:
show_profile: false
layout: defaults/post
-
scope:
path: "_resources"
values:
show_profile: false
layout: defaults/portfolio
-
scope:
path: "_projects"
values:
show_profile: false
layout: defaults/project
-
scope:
path: "list"
values:
show_profile: false
layout: defaults/list