forked from sfreytag/friday-theme
-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
executable file
·68 lines (60 loc) · 1.6 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
# Outputting
permalink: /:categories/:year/:month/:day/:title.html
# Conversion
markdown: kramdown
highlighter: rouge
excerpt_separator: <!--more-->
# Config for your profile.
title: friday-theme.github.io # Site title
name: John Smith # 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: "/friday-theme"
# Add a directory to hold misc pages, just to keep the root directory clean.
include: ["_pages", "_portfolio"]
# Turn the projects into a collection.
collections:
projects:
output: true
title: Projects
permalink: /:collection/:name.html
portfolio:
output: true
title: portfolio
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: "_portfolio"
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