The presentation page uses reveal.js
. I don’t think anyone uses this page, including me. If you do think that this page is useful and want to get improved, or have some suggestions, open a new issue in the zzo theme repository.
How to make presentation page
Make a file at
root/content/presentation/_index.md
.1 2 3 4
--- title: "Presentations" description: "Presentation list with reveal.js" ---
And then, make a presentation markdown file. I made a
archetype
in the archetypes folder. You can take advantage of this file to make a markdown file by typing like this.hugo new --kind presentation presentation/mypt.md
This line of code means that you want to make
mypt.md
file atcontent/presentation
folder by usingpresentation
archetype.