generated from warhornmedia/classics-empty-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
39 lines (37 loc) · 1.51 KB
/
index.Rmd
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
---
title: "Persecution In the Early Church"
author: "Herbert B. Workman"
date: "1906?"
description: "Missing description"
params:
pubinfo: "Originally published as “This Is An Empty Book” in *Warhorn Classics Anthology* (Bayly, McNeilly, Weeks, et al, 2020), 219–283."
scans: "https://archive.org/details/persecutioninear00work/page/n5/mode/2up"
build: "1"
cover-image: "cover.jpg"
url: "https://warhornmedia.github.io/workman-persecution/"
output:
bookdown::gitbook:
config:
toc:
scroll_highlight: yes
before: |
<li><a href="https://classics.warhornmedia.com/"><img src="classics-template-files/images/warhornlogo.png" width="260"></a></li>
<li><a href="./">Persecution In the Early Church — Workman</a></li>
after: |
edit: https://github.com/warhornmedia/workman-persecution/edit/master/%s
documentclass: book
always_allow_html: yes
site: bookdown::bookdown_site
---
<!--- Download the classics template files if not already available -->
```{r, include=FALSE}
if (!dir.exists("classics-template-files")) {
download.file(url="https://github.com/warhornmedia/classics-template-files/archive/master.zip", destfile = "classics-template-files.zip")
unzip(zipfile = "classics-template-files.zip", overwrite = TRUE)
file.remove("classics-template-files.zip")
file.rename("classics-template-files-master", "classics-template-files")
}
```
<!--- Include the classics frontmatter in the book -->
```{r, child='classics-template-files/rmds/classics-frontmatter.Rmd'}
```