Skip to content
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

Open
So-Cool opened this issue Dec 22, 2016 · 5 comments
Open

Create a new deck of slides with RevealJS #1

So-Cool opened this issue Dec 22, 2016 · 5 comments

Comments

@So-Cool
Copy link
Member

So-Cool commented Dec 22, 2016

See TuftsCOMP135_Spring2016, which uses Reveal.JS.

@So-Cool
Copy link
Member Author

So-Cool commented Dec 22, 2016

I'll produce a sample slide set in the revealjs branch.

@So-Cool So-Cool self-assigned this Dec 22, 2016
So-Cool added a commit that referenced this issue Dec 24, 2016
@So-Cool So-Cool removed their assignment Dec 24, 2016
@So-Cool
Copy link
Member Author

So-Cool commented Dec 28, 2016

@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.

@flach
Copy link
Contributor

flach commented Dec 28, 2016 via email

@So-Cool
Copy link
Member Author

So-Cool commented Dec 28, 2016

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 [email protected]: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

@flach
Copy link
Contributor

flach commented Jan 1, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants