-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.Rmd
More file actions
30 lines (24 loc) · 1.06 KB
/
index.Rmd
File metadata and controls
30 lines (24 loc) · 1.06 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
---
title: "Using Leanpub"
date: "`r format(Sys.time(), '%B %d, %Y')`"
site: bookdown::bookdown_site
documentclass: book
bibliography: book.bib
biblio-style: apalike
link-citations: yes
description: Description about Course/Book.
favicon: assets/favicon.ico
---
```{r include=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
.packages(), "bookdown", "knitr", "rmarkdown"
), "packages.bib")
```
# Overview {-}
```{r, echo=FALSE, fig.alt='This course is about using Leanpub for learners and educators.', out.width = '100%'}
ottrpal::include_slide("https://docs.google.com/presentation/d/1nKVYtTsawTHSxMun69U3GO9xT_xSQsJjTEabEb1qAuU/edit#slide=id.g1b34b732d40_2_22")
```
The goal of this book is to make using the [Leanpub](https://leanpub.com) course platform easier!
If you are a **learner** hoping to use Leanpub, check out the "Guide for Learners" tab on the left.
If you are an **educator** or **developer** hoping to use Leanpub to create courses, check out the "Guide for Developers". There, you can determine your role as a course writer.