-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·67 lines (64 loc) · 1.18 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
title: Rhythm Dog Sports
logo: /assets/img/logo.png
description: Custom Built Software
show_downloads: true
permalink: "/blog/:categories/:year/:month/:day/:title.html"
google_analytics:
theme: jekyll-theme-minimal
timezone: America/New_York
collections:
posts:
output: true
title: Posts
work:
output: true
title: Work
team:
output: false
title: Team
event:
title: Events
service:
output: false
title: Services
categories:
output: true
title: Categories
permalink: "/blog/:collection/:name"
careers:
output: true
title: Careers
perks:
output: false
title: Perks
plugins:
- jekyll-seo-tag
- jekyll-autoprefixer
- jekyll-paginate-v2
autoprefixer:
browsers:
- last 4 versions
only_production: false
autopages:
enabled: true
collections:
enabled: false
categories:
enabled: true
layouts:
- category.html
title: 'Posts in :cat'
permalink: '/blog/categories/:cat'
tags:
enabled: false
pagination:
enabled: true
per_page: 6
permalink: '/:num/'
title: ':title - page :num'
limit: 0
sort_field: 'publish_date'
sort_reverse: 'true'
trail:
before: 2
after: 2