forked from apadana-translation/apadana-site
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
executable file
·158 lines (148 loc) · 3.43 KB
/
_config.yml
File metadata and controls
executable file
·158 lines (148 loc) · 3.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
# Permalinks
permalink: pretty
# Basic setup
title: "Legends of the Buddhist Saints"
subtitle: "Apadānapāli"
description: "A web-based interface for reading the first-ever complete English translation of
Apadāna. Translated by Dr. Jonathan S. Walters, Whitman College, 2017."
url: http://beta.apadanatranslation.org
baseurl: ''
repository: https://github.com/apadana-translation/apadana-site
analytics_id: UA-106314911-1
tag-manager_id: GTM-KX9ZKD4
typekit: fus2jit
# About/contact
author:
name: Sloop Creative
url: http://www.sloopcreative.com
email: dana@sloopcreative.com
# Collections
collections:
poems:
output: true
permalink: /text/:path.html
title: "Legends of the Buddhist Saints"
# Front Matter Defaults
defaults:
# Poems
- scope:
path: _poems
type: poems
values:
layout: poem
# author: "Jonathan S. Walters"
cover: _assets/covers/cover.pdf
- scope:
path: "_poems/chapter-1/"
type: "poems"
values:
category: "The Legend of the Buddhas"
- scope:
path: "_poems/chapter-2/"
type: "poems"
values:
category: "The Legend of the Lonely Buddhas"
- scope:
path: "_poems/chapter-3/"
type: "poems"
values:
category: "The Legends of the Theras"
- scope:
path: "_poems/chapter-4/"
type: "poems"
values:
category: "The Legends of the Therīs"
# Pages
- scope:
path: _pages
type: pages
values:
layout: page
# Custom vars
version: 1.0.0-beta
# Jekyll configuration
keep_files:
- .git
include:
- _pages
exclude:
- "*.sublime-project"
- "*.sublime-workspace"
- .asset-cache
- .bundle
- .jekyll-assets-cache
- .sass-cache
- Capfile
- config
- Gemfile
- Gruntfile.js
- log
- node_modules
- package.json
- Rakefile
- README
- tmp
- bower.json
- s3_website.yml
plugins:
- jekyll-assets
- jekyll-sitemap
- 'jekyll/scholar'
# Prose.io configuration
prose:
ignore:
- _config.yml
- .bowerrc
- .gitignore
- atom.xml
- bower.json
- Gemfile
- Gemfile.lock
- search.json
- /_assets
- /_data
- /_includes
- /_layouts
- /_plugins
- /_text
- /public
- /.bundle
# Plugin: Jekyll Assets
assets:
sources:
- _assets/bower
- _assets/covers
# Plugin: Jekyll Scholar
scholar:
style: chicago-fullnote-bibliography
source: ./_resources
relative: /resources/
repository: /public/links
bibliography_template: bibliography
# Plugin: Jekyll Pandoc Multiple Formats
markdown: pandoc
pandoc:
skip:
full: true
full_collection: false
posts: false
categories: false
bundle_permalink: 'public/links/walters_:slug.:output_ext'
papersize: 'letterpaper'
sheetsize: 'letterpaper'
imposition: false
binder: false
covers_dir: '_assets/covers'
flags: ''
outputs:
epub: '-V --epub-chapter-level=1'
pdf: '-V fontsize=12pt,twoside
-V documentclass=article
-V geometry=hcentering
-V geometry=bindingoffset=.2in
-V geometry=tmargin=1.2in
-V geometry=bmargin=1in
-V links-as-notes=true
--latex-engine=xelatex
--include-in-header=_layouts/pdf-header.tex
--include-before-body=_layouts/pdf-frontmatter.tex'