Y
Hacker News
new
|
ask
|
show
|
jobs
by
technoweenie
4928 days ago
I love nanoc too, and use it for the GitHub API docs:
https://github.com/github/developer.github.com
. The fact that it can use ERB templates removes it as a candidate for GitHub Pages, unfortunately. I have a fun rake task to push static HTML to a gh-pages branch:
https://github.com/github/developer.github.com/blob/master/R...