Website
Website of BiwaScheme (http://www.biwascheme.org) is hosted by yhara's personal server.
How to build *.html
Execute $ make website -B
to
- convert
doc/**/*.md
to HTML, and - build index.html from index_.html, doc/_header.html and doc/_footer.html.
Browse locally (with Node)
$ ./local_website.js`
$ open http://localhost:7001/
Browse locally (with Pow)
$ ln -s . ~/.pow/biwascheme
$ open http://biwascheme.dev/index.html
Memo: how to publish changes
$ rake publish