-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
106 lines (99 loc) · 2.43 KB
/
_config.yml
File metadata and controls
106 lines (99 loc) · 2.43 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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
# Site settings
title: 1D Rainbow Bondage Bear & Sugar Baby Bear
description: 1D Rainbow Bondage Bear & Sugar Baby Bear
baseurl: "/rbb/" # the subpath of your site, e.g. /blog/
url: "http://beccasafan.github.io" # the base hostname & protocol for your site
twitter_username: beccasafan
github_username: beccasafan
assets_version: 1
# Build settings
markdown: kramdown
highlighter: pygments
permalink: pretty
exclude: ["old"]
collections:
props:
output: true
propCategories:
output: true
varGroups:
-
isCollection: false
varName: "props"
template: "prop"
sortBy: "title"
-
isCollection: true
collectionParent: "props"
varName: "propCategories"
template: "propCategory"
sortBy: "order"
permalink: "prop-categories"
saveContent: true
sass:
sass_dir: content/styles/
style: compressed
host: 0.0.0.0
defaults:
-
scope:
path: ""
type: "posts"
values:
twitterCard:
cardType: summary_large_image
excerpt: "{{ page.typeTitle }}: {{ page.date | date: '%Y-%m-%d' }}{% if page.content %}. {{ page.content | markdownify | strip_html | truncatewords: 50 }}{% endif %}"
-
scope:
path: "concerts"
type: "posts"
values:
layout: "concert"
permalink: "concerts/:year/:month/:title/"
typeTitle: "Concert"
-
scope:
path: "tweets"
type: "posts"
values:
images: [tweet.jpg]
layout: "tweet"
permalink: "tweets/:year/:month/:title/"
typeTitle: "Tweet"
-
scope:
path: "appearances"
type: "posts"
values:
layout: "concert"
permalink: "appearances/:year/:month/:title/"
typeTitle: "Appearance"
-
scope:
path: ""
type: props
values:
permalink: "props/:path/"
layout: prop
twitterCard:
cardType: summary_large_image
excerpt: "Prop.{% if page.content %} {{ page.content | markdownify | strip_html | truncatewords: 50 }}{% endif %}"
-
scope:
path: ""
type: propCategories
layout: propCategory
values:
permalink: "prop-categories/:path/"
twitterCard:
cardType: summary
excerpt: "Prop Category.{% if page.content %} {{ page.content | markdownify | strip_html | truncatewords: 5] }}{% endif %}"
-
scope:
path: ""
type: "pages"
values:
layout: "default"
twitterCard:
cardType: summary
excerpt: "{{ page.excerpt }}"