swcarpentry / DEPRECATED-bc

DEPRECATED: This repository is now frozen - please see individual lesson repositories.
Other
299 stars 383 forks source link

Mention "jekyll server" at README.md #605

Closed rgaiacs closed 9 years ago

rgaiacs commented 10 years ago

At #483 we make some changes to avoid problems with different protocols. This changes is "incompatible" with

$ make site
$ your-web-browser _site/index.html

because the links to Eventbrite, OpenStreetMaps and Googles Maps will not work properly.

To preview index.html properly instructors must

$ make site
$ jekyll server
$ your-web-browser _site/index.html

@pipitone Could you address this issue as part of our sprint?

rgaiacs commented 9 years ago

I'm closing this since it is out of date.