v1.6.0
Embedded reveal.js slides with hugo-xterm colors
Features:
- Embedded reveal.js slides with hugo-xterm colors.
Refactor:
- Remove blocks: "head", "styles", "container" and "scripts" as they are
better implemented by partials and keep the layouts consistent across
theme components default, CV and slides. - Remove styles from 'slides/style.html' and move them into SASS partial
'styles/_slides.scss'. Import the partial in 'styles/app.scss'.
Fixes:
- Use site params for copyright text in slides footer.
- Remove function to get color for media print in styles.
Next:
- External reveal.js theme 'black' must be removed in future as now it
breaks theme UI.