DigitaleGesellschaft / jekyll-theme-conference

Jekyll template for a conference website containing program, speaker, talks and room overview
MIT License
64 stars 59 forks source link

fix remote theme link in README.md #21

Closed dorchard closed 1 year ago

dorchard commented 1 year ago

Fixes the remote theme link (and updates it to the latest release as well).

lorenzschmid commented 1 year ago

Thank you, @dorchard! Does your Github page setup work with it? In #18, this was not enough to solve the problem.

dorchard commented 1 year ago

Yes it does work with it, but I needed to follow the procedure on here for deployment: https://docs.github.com/en/pages/quickstart Rather than setting up my own Jekyll GitHub action. Perhaps that is the issue had in #18.

lorenzschmid commented 1 year ago

Thanks for the quick feedback! So do I understand you correctly, that you simply followed https://docs.github.com/en/pages/quickstart and added remote_theme: "DigitaleGesellschaft/jekyll-theme-conference@v3.6.0" instead of theme: jekyll-theme-minimal?

lorenzschmid commented 1 year ago

In any case this changes are needed. So even if this MR is not complete to fix #18, I am going to merge them for now. Thank you!