-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
59 lines (54 loc) · 1.16 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
# Site settings.
title: jekyll-related-posts
description: >-
jekyll-related-posts provides an _includes file and example _layout used to
identify related posts and pages. No custom plugin or jekyll lsi option is
needed, so it can be used with GitHub Pages.
url: "https://www.jsware.io"
baseurl: "/jekyll-related-posts"
twitter_username: JohnScottUK
github_username: jsware
google_analytics: G-PDGGDVPKW0
locale: en_GB
# jekyll-related-posts settings.
related_by: tags and categories
related_limit: 6
related_categories: 1
related_tags: 1
# Build settings.
theme: minima
header_pages:
- samples.markdown
- about.markdown
permalink: date
plugins:
- jekyll-feed
- jekyll-seo-tag
# Additional collections to _posts.
collections:
samples:
output: true
permalink: /samples/:title
# Defaults for _posts, and _samples
defaults:
# _posts
- scope:
path: ""
type: posts
values:
layout: post
related: true
# _samples
- scope:
path: ""
type: samples
values:
layout: page
related: true
compress_html:
clippings: []
comments: ["<!-- ", " -->"]
endings: []
ignore:
envs: [local]
blanklines: false