Skip to content

Commit

Permalink
Tweaked the resouces page.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipnorton42 committed Oct 22, 2024
1 parent d644cb9 commit a397df4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 52 deletions.
55 changes: 9 additions & 46 deletions README.md
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)
12 changes: 6 additions & 6 deletions src/slides.md
Original file line number Diff line number Diff line change
Expand Up @@ -610,12 +610,12 @@ function batch_update_example_update_10001(&$sandbox) {

## 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 Batch Examples source code](https://github.com/hashbangcode/drupal_batch_examples/)

- Batch on `#! code` <small>https://www.hashbangcode.com/tag/batch-api</small>
- All code seen is code available at <small>https://github.com/hashbangcode/drupal_batch_examples/</small>
- Batch Processing and the Drupal Queue System - <small>https://www.drupalatyourfingertips.com/bq</small>
<!--
- See the list at the repo page https://github.com/hashbangcode/drupal-batch-api-talk.
-->
---

## Questions?
Expand Down

0 comments on commit a397df4

Please sign in to comment.