1
0
Fork
You've already forked theme-dra-revealjs
0
No description
  • SCSS 85.5%
  • Makefile 14.5%
2024年12月22日 11:24:19 +00:00
assets implement font & backgrounds 2024年12月21日 15:26:39 +00:00
examples set up for manual netlify deployment 2024年12月22日 11:24:19 +00:00
.editorconfig set up for manual netlify deployment 2024年12月22日 11:24:19 +00:00
.gitignore set up for manual netlify deployment 2024年12月22日 11:24:19 +00:00
dra.scss implement font & backgrounds 2024年12月21日 15:26:39 +00:00
Makefile set up for manual netlify deployment 2024年12月22日 11:24:19 +00:00
netlify.toml set up for manual netlify deployment 2024年12月22日 11:24:19 +00:00
package-lock.json implement font & backgrounds 2024年12月21日 15:26:39 +00:00
package.json implement font & backgrounds 2024年12月21日 15:26:39 +00:00
README.md initial commit 2024年11月29日 14:54:47 +00:00

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):

  1. Clone this repository, and cd to your local copy
  2. Run npm install to install dependencies
  3. Run npm run build to compile dra.scss into dra.css (FIXME: not yet implemented!)
  4. Run npm run watch to watch dra.scss for changes and, whenever it is saved, update dra.css (FIXME: not yet implemented!)