2015/10/09(fri)
shuhei kinukawa(@kinushu)
1.コード落とす(zipファイルでも可)
git clone git@github.com:hakimel/reveal.js.git 20151008presen
2.index.html を書き換える
<section data-markdown="./contents.md" data-separator="\n---\n$" data-vertical="\n--\n"> <script type="text/template"> </script> </section>
3.contents.md を書いていく
よし、index.html をクリック
あれ?
Failed to get the Markdown file ./contents.md. ... Failed to execute 'send' on 'XMLHttpRequest'...
4.カレントフォルダ上でwebサーバ
$ python -m SimpleHTTPServer Serving HTTP on 0.0.0.0 port 8000 ...
pythonか…
$ php -S localhost:8000 PHP 5.5.27 Development Server started at Fri Oct 9 15:53:25 2015
phpか…
これでこのプレゼンが表示されています。
ご静聴ありがとうございました。