Find a file
2021-01-28 23:33:44 +00:00
building-presenting-slide-decks-rst2pdf Add rst2pdf slides 2021-01-28 23:33:44 +00:00
taking-flight-with-tailwind-css Add 'Taking Flight with Tailwind CSS' slides 2021-01-28 23:33:44 +00:00
test-driven-drupal Add 'Test Driven Drupal' slides 2021-01-28 23:33:44 +00:00
upgrading-to-drupal-9 Add 'Upgrading to Drupal 9' slides 2021-01-28 23:33:44 +00:00
working-with-workspace Add 'Working with Workspace' slides 2021-01-28 23:33:44 +00:00
README.rst Update nodemon command 2021-01-28 23:33:44 +00:00

Talks and Presentations by Oliver Davies
########################################

For talk abstracts, event information, and links to video recordings and the generated slides, see my `talks page`_.

.. _talks page: https://www.oliverdavies.uk/talks

Watching for changes and automatically regenerating
===================================================

The easiest way to do this is using nodemon_::

    nodemon \
      --ext rst,style,txt \
      --exec "rst2pdf slides.rst \
        --output slides.pdf \
        --stylesheets main \
        --break-level 1 \
        --fit-background-mode scale \
        --extension-module preprocess"

.. _nodemon: https://nodemon.io