University of New South Wales (UNSW) Slide theme for Hugo Academic
Note that Hugo Academic slides is using Reveal.js. If you want a UNSW slide theme for Reveal.js, and not just for Hugo Academic slides, this slide theme is a good place to start.
- Require Hugo Academic v4.8
- Download this folder to
<your-hugo-acad-dir>\content\slides
- If you are running hugo locally, you may access the slides via
http://localhost:1313/slides/hugo-academic-unsw-slides/#/
. Also see sample demo.
- Look at the sample code
advance-sample.md
for slightly more advanced features (e.g., multi column, fragments/slide transitions). A rendering of this (advanced) sample code can be found here (it is also my EMBC presentation). - To enable Reveal.js' slide numbering feature (assuming my pull request are not accepted in hugo-academic), update the following files (you might need to diff it if hugo-academic has updated).
advance\baseof.html
tothemes\academic\layouts\slides\baseof.html
. I basically addedslide_number
(andvert_centering
which will not work w/ the unse theme) parameters torevealDefaults
.advance\index.md_
to<your-hugo-acad-dir>themes\academic\archetypes\slides\index.md
. Note that you'll have to rename the file extension. This updates the template slides when you usehugo new --kind slides
command.