devopsdays / devopsdays-web

This is the website for devopsdays
https://www.devopsdays.org
Other
176 stars 664 forks source link

Make the program available as a pdf download #8638

Open mattstratton opened 5 years ago

mattstratton commented 5 years ago

Mentioned that having the ability to auto-generate a PDF version of the program would be great.

bridgetkromhout commented 5 years ago

In discussing with Matty this is for offline use, not printing specifically.

toshywoshy commented 8 months ago

I am working on a PDF schedule generated from the Pretalx Schedule using a webhook and LaTeX

mattstratton commented 8 months ago

I know we love pretalx, but I don't want to make it a dependency on a feature for the site :)

That is to say, I like having that, i just don't know that having it would close this issue.

toshywoshy commented 8 months ago

I agree that it would not close this issue, neither does it solve the entire problem.

I presume that Pretalx would not be used by everyone, but just wanted to mention that that option exists.

As for HugoIO, currently the only thing I got working with a HugoIO website is to generate the JSON files and have a JSON to LaTeX to PDF output externally, but that only works for very specific implementations. I haven't found an easy way to have HugoIO output PDF.

mattstratton commented 8 months ago

Yeah, I don’t think there is a way that we would directly be able to do it in Hugo, I was thinking that it might be using a separate thing maybe in a github action that would generate them in the pipeline maybe?