File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments