Skip to content

Commit 2a10b10

Browse files
Initial commit.
1 parent a33e18b commit 2a10b10

4 files changed

Lines changed: 370 additions & 63 deletions

File tree

README.md

Lines changed: 2 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,2 @@
1-
# marp-talk-template
2-
A talk template that uses Marp CLI
3-
4-
## Install
5-
6-
1 Clone the repo
7-
```bash
8-
$ git clone git@github.com:pfwd/talk-template.git
9-
`````
10-
11-
2 Install dependencies
12-
13-
```bash
14-
$ npm install
15-
```
16-
Update `src/slides.md` with content.
17-
Add images to `src/assets/images/`.
18-
19-
## Build slide deck
20-
21-
Use `npm run` to see all available commands.
22-
23-
### Build HTML from slides
24-
25-
```bash
26-
$ npm run build:html
27-
```
28-
29-
### Watch HTML from slides
30-
31-
```bash
32-
$ npm run watch:html
33-
```
34-
35-
### Build PDF from slides
36-
37-
```bash
38-
$ npm run build:pdf
39-
```
40-
41-
### Build PPT from slides
42-
43-
```bash
44-
$ npm run build:pp
45-
```
46-
47-
## Thanks
48-
49-
Many thanks to [Peter Fisher](https://twitter.com/pfwd) for the inital [Marp talk template](https://github.com/pfwd/talk-template).
1+
# An Introduction To Services In Drupal
2+
A talk going through the Drupal services system.

src/assets/images/lily58.png

134 KB
Loading

src/assets/images/qr_slides.png

6.14 KB
Loading

0 commit comments

Comments
 (0)