No description
| assets | implement font & backgrounds | |
| examples | set up for manual netlify deployment | |
| .editorconfig | set up for manual netlify deployment | |
| .gitignore | set up for manual netlify deployment | |
| dra.scss | implement font & backgrounds | |
| Makefile | set up for manual netlify deployment | |
| netlify.toml | set up for manual netlify deployment | |
| package-lock.json | implement font & backgrounds | |
| package.json | implement font & backgrounds | |
| README.md | initial commit | |
DRA slide deck theme for reveal.js
This repository contains source for a theme for reveal.js to create slides compatible with the Digital Research Academy branding.
License
Copyright 2024 Jez Cope & Digital Research Academy.
FIXME: pick a license — should be the same as the existing Google Slides template, probably on the wiki somewhere?
Usage
See example.html for an example.
TODO: write better instructions! 😬
Development
You will need installed:
- npm
- dart-sass
To get started (terminal instructions):
- Clone this repository, and
cdto your local copy - Run
npm installto install dependencies - Run
npm run buildto compiledra.scssintodra.css(FIXME: not yet implemented!) - Run
npm run watchto watchdra.scssfor changes and, whenever it is saved, updatedra.css(FIXME: not yet implemented!)