forked from Christ-Mind-Teachings/cmi-www
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
96 lines (83 loc) · 1.98 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
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
# CMI
sourceId: 99
cmiTitle: "Teachings of Christ Mind"
# Setup
title: 'The Library'
tagline: ''
description: ''
url: 'https://www.christmind.info'
baseurl: ''
keywords: "Christ Mind, cmi, jesus, raj, acim, acol"
src-url: 'https://www.christmind.info'
port: 9999
# About/contact
author:
name: Rick Mercer
url: https://twitter.com/rmercer33
email: [email protected]
fb-appId: 448658485318107
semantic: fui286
#semantic: sui231
#semantic: sui241
# Permalinks
permalink: pretty
permalink: /:title/
# Set encoding to UTF-8
encoding: utf-8
# Build settings
markdown: kramdown
# Collections for transcripts
collections:
acq:
output: true
title: "Get Acquainted"
profile:
output: true
title: "User Profile"
email:
output: true
title: "Email Communications"
defaults:
- scope:
path: ""
type: acq
values:
layout: "transcript"
book: "Get Acquainted"
image: "/public/img/cmi/acq-big.jpg"
image-width: 612
image-height: 792
bid: "acq"
search: false
audio: false
pnumToggle: false
- scope:
path: ""
type: profile
values:
layout: "profile"
book: "User Profile"
image: "/public/img/cmi/profile-big.jpg"
image-width: 612
image-height: 792
bid: "profile"
pnumToggle: false
- scope:
path: ""
type: email
values:
layout: "email"
book: "Announcements"
image: "/public/img/cmi/email-big.jpg"
image-width: 612
image-height: 792
bid: "email"
# force inclusion of
include: [_redirects]
# "t" the production output of other teachings
exclude: [
"t/", "deploy", "LICENSE", "README.md", "Gemfile", "Gemfile.lock", "package.json", "package-lock.json", "node_modules/", "webpack.config.js", "src/", "project/"
]
# this contains content from library teachings that are populated
# by in development mode
keep_files: ["t"]