Skip to content

EPCCed/remark_theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPCC Remark theme

A remark theme for EPCC.

Also includes a more general theme adding mechanism.

First include the remark JavaScript into your HTML as well as this

<script src="https://remarkjs.com/downloads/remark-latest.min.js"></script>

Then before you create the remark slideshow, install the theme, and then create the slides as normal. Note your script must be a module (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules).

<script type="module">
import {epcc} from "https://EPCCed.github.io/remark_theme/latest.js";
epcc.install();
globalThis.slideshow = remark.create({sourceUrl: 'README.md'});

You can also specify a particular version of this using e.g. https://EPCCed.github.io/remark_theme/1/1/0/release.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published