-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
100 lines (89 loc) · 2.07 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
96
97
98
99
# CMI
destination: "../cmi-www/_site/t/acol"
sourceId: 14
sid: "acol"
cmiTitle: "Teachings of Christ Mind"
# Setup
title: 'A Course of Love'
tagline: ''
description: ''
url: 'https://www.christmind.info/t/acol'
baseurl: ''
keywords: "Christ Mind, ACOL"
src-url: 'https://www.christmind.info/t/acol'
port: 9914
# About/contact
author:
name: Rick Mercer
url: https://rickmercer.us
email: rmercer33@christmind.info
fb-appId: 448658485318107
semantic: fui292
# Permalinks
permalink: pretty
permalink: /:title/
# Set encoding to UTF-8
encoding: utf-8
# Build settings
markdown: kramdown
#plugins:
# - jekyll-sitemap
# Collections for transcripts
collections:
course:
output: true
title: "Book One: A Course of Love"
treatise:
output: true
title: "Book Two: The Treatises"
dialog:
output: true
title: "Book Three: The Dialogues"
acq:
output: true
title: "Get Acquainted"
defaults:
- scope:
path: ""
type: course
values:
layout: transcript
book: "Book One"
image: "/t/acol/public/img/acol/course-big.jpg"
image-width: 612
image-height: 792
bid: "course"
- scope:
path: ""
type: treatise
values:
layout: transcript
book: "Book Two"
image: "/t/acol/public/img/acol/treatise-big.jpg"
image-width: 612
image-height: 792
bid: "treatise"
- scope:
path: ""
type: dialog
values:
layout: transcript
book: "Book Three"
image: "/t/acol/public/img/acol/dialog-big.jpg"
image-width: 612
image-height: 792
bid: "dialog"
- scope:
path: ""
type: acq
values:
layout: transcript
book: "Get Acquainted"
image: "/t/acol/public/img/acol/acq-big.jpg"
image-width: 612
image-height: 792
bid: "acq"
pnumToggle: false
exclude: [
moved.html, deploy, LICENSE, README.md, Gemfile, Gemfile.lock, package.json, package-lock.json, node_modules, webpack.config.js, src, project
]