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.58 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: "Sinners in the Hands of an Angry God"
author: "Jonathan Edwards"
date: "1741"
description: "A famous sermon"
params:
pubinfo: "Originally published as “This Is An Empty Book” in *Warhorn Classics Anthology* (Bayly, McNeilly, Weeks, et al, 2020), 219–283."
scans: "https://digitalcommons.unl.edu/cgi/viewcontent.cgi?referer=https://en.wikipedia.org/&httpsredir=1&article=1053&context=etas"
build: "1"
cover-image: "cover.jpg"
url: "https://warhornmedia.github.io/edwards-sinners-angry-god/"
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="./">Sinners in the Hands of an Angry God — Edwards</a></li>
after: |
edit: https://github.com/warhornmedia/edwards-sinners-angry-god/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'}
```