identinet theme for slidesdown
Add these settings to the presentation:
favicon: https://identinet.github.io/slidesdown-theme/images/favicon.svg
theme: https://identinet.github.io/slidesdown-theme/identinet.css
Themes are written in Sass to keep things modular and reduce the need for repeated selectors across files. To install all dependencies
.scss
file from
reveal.js
and place it in the ./source
folder.yarn run compile
# or recompile at every modification
yarn run compile-watch
yarn run serve
Or access sample persentation with theme via: https://slidesdown.github.io/?slides=http%3A%2F%2Flocalhost%3A8080%2FSLIDES.md
curl -LO https://github.com/slidesdown/slidesdown/raw/main/examples/SLIDES.md
favicon: http://localhost:8080/images/favicon.svg
theme: http://localhost:8080/identinet.css
slidesdown -d
Publish the theme online so it can be referenced from everywhere, e.g. via GitHub Pages.