-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create a new deck of slides with RevealJS #1
Comments
I'll produce a sample slide set in the |
@flach, you can see sample RevealJS slides here. There's a SWISH box embedded at the very bottom of the last slide (here). |
Thanks! I couldn’t edit or query the code in the SWISH box though.
—Peter
… On 28 Dec 2016, at 02:40, Kacper Sokol ***@***.***> wrote:
@flach, you can see sample RevealJS slides here. There's a SWISH box embedded at the very bottom of the last slide (here).
I put all the slides development in this (COMS30106/simply-logical_slides) repository in gh-pages branch.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
I've just realised that "Starting next Wednesday (June 15, 2016, 12pm PDT), HTTPS enforcement will be required for all new GitHub Pages sites". This also means that your book If you want to see the slides you need to serve them on your machine. To do that:
and go here. For this to work you need Jekyll installed:
|
Thanks, I got this to work via Jekyll.
Good idea to purchase a domain for simply-logical, I’ll get onto that.
Best wishes,
—Peter
… On 28 Dec 2016, at 12:10, Kacper Sokol ***@***.***> wrote:
I've just realised that "Starting next Wednesday (June 15, 2016, 12pm PDT), HTTPS enforcement will be required for all new GitHub Pages sites".
Because SWISH website is only HTTP and GitHub website is HTTPS, imported SWISH boxes are not secure hence they are blocked. This won't work as long as we use github.io domain.
This also means that your book flach/simply-logical will work, but the simply-logical-too will not allow SWISH boxes as it was created after June 2016.
If you want to see the slides you need to serve them on your machine. To do that:
git clone ***@***.***:COMS30106/simply-logical_slides.git
cd simply-logical_slides
git checkout gh-pages
jekyll serve --baseurl=''
and go here. For this to work you need Jekyll installed:
brew install ruby
/usr/local/bin/gem install jekyll
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
See TuftsCOMP135_Spring2016, which uses Reveal.JS.
The text was updated successfully, but these errors were encountered: