generated from hashbangcode/marp-talk-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d644cb9
commit a397df4
Showing
2 changed files
with
15 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,12 @@ | ||
# Drupal Batch API | ||
A talk about the Drupal Batch API. | ||
|
||
## Install | ||
|
||
1 Clone the repo | ||
```bash | ||
$ git clone git@github.com:pfwd/talk-template.git | ||
````` | ||
|
||
2 Install dependencies | ||
|
||
```bash | ||
$ npm install | ||
``` | ||
Update `src/slides.md` with content. | ||
Add images to `src/assets/images/`. | ||
|
||
## Build slide deck | ||
|
||
Use `npm run` to see all available commands. | ||
|
||
### Build HTML from slides | ||
|
||
```bash | ||
$ npm run build:html | ||
``` | ||
|
||
### Watch HTML from slides | ||
|
||
```bash | ||
$ npm run watch:html | ||
``` | ||
|
||
### Build PDF from slides | ||
|
||
```bash | ||
$ npm run build:pdf | ||
``` | ||
|
||
### Build PPT from slides | ||
|
||
```bash | ||
$ npm run build:pp | ||
``` | ||
|
||
## Thanks | ||
|
||
Many thanks to [Peter Fisher](https://twitter.com/pfwd) for the inital [Marp talk template](https://github.com/pfwd/talk-template). | ||
## Resources | ||
|
||
- [Drupal 11: An Introduction To Batch Processing With The Batch API](https://www.hashbangcode.com/article/drupal-11-introduction-batch-processing-batch-api) | ||
- [Drupal 11: Batch Processing Using Drush](https://www.hashbangcode.com/article/drupal-11-batch-processing-using-drush) | ||
- [Drupal 11: Using The Finished State In Batch Processing](https://www.hashbangcode.com/article/drupal-11-using-finished-state-batch-processing) | ||
- [Drupal 11: Using The Batch API To Process CSV Files](https://www.hashbangcode.com/article/drupal-11-using-batch-api-process-csv-files) | ||
- [Drupal 11: Adding Operations To Running Batches](https://www.hashbangcode.com/article/drupal-11-adding-operations-running-batches) | ||
- [Drupal Batch Examples source code](https://github.com/hashbangcode/drupal_batch_examples/) | ||
- [Batch Processing and the Drupal Queue System](https://www.drupalatyourfingertips.com/bq) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters