I have a class project that will be due in a couple of weeks that involves putting a power point I have to make on a website. I already have created a website using Hugo and was wondering how hard it would be to put it on my site?
Does Powerpoint have an option to export to HTML? If it does, you can just drop the HTML straight into the static folder (it wonât necessarily look nice, but itâll work!). You could also do some tricks with <iframe>
tags.
There are also some themes that makes âpresentationâ style sites from Markdown files - https://themes.gohugo.io/tags/presentation/
Maybe try to export the Powerpoint to PDF then embed in a page (maybe using PDF.js?)
There is also a theme called Hugo-Reveal that allows you to create your slides as markdown files.
I found that Google can be a trove full of information sometimes Googled âembed powerpoint into websiteâ and got this:
I was looking at google and only found code for HTML. I was hoping there was something using GO or hugo rather than using the HTML. My site is not a theme, and I donâ have time to create another site using a theme. I have never had much luck with them anyhow. I will look at the HTML code then. I saw where it was using it from google drive. Thanks yâall.