-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·68 lines (60 loc) · 1.25 KB
/
_config.yml
File metadata and controls
executable file
·68 lines (60 loc) · 1.25 KB
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
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site, e.g. http://example.com
# Build settings
markdown: kramdown
permalink: pretty
plugins:
- jekyll-sitemap
compress_html:
clippings: all
comments: all
startings: [html, head, body]
# Pages Path
defaults:
- scope:
path: '_pages'
values:
permalink: /:basename:output_ext
include:
- _pages
sass:
sass_dir: assets/scss
style: compressed
# Collections
collections:
hubs:
output: true
output_ext: .html
permalink: /hubs/:path/
highlights:
output: true
permalink: /highlights/:title/
stories:
output: true
permalink: /stories/:title/
resources: # remove??
output: true
output_ext: .html
permalink: /resources/:path/
tools: # remove??
output: true
output_ext: .html
permalink: /tools/:path/
defaults:
- scope: # set standard layout for all posts in a collection
path: ""
type: highlights
values:
layout: page
- scope: # set standard layout for all posts in a collection
path: ""
type: stories
values:
layout: story
# Exclude from processing.
exclude:
- Gemfile
- Gemfile.lock
- LICENSE.text
- README.md
- SECURITY.md