Converts your GitHub wiki to gh-pages.
This tool makes it possible for you to serve the content of your GitHub wiki pages using gh-pages. This allows you to customize the UI and aggregate information (ie. localized versions) within the same site.
Thanks
Big thanks to guille for motivating the project! The Node guys deserve thanks too.
from https://github.com/bebraw/ghw
------
Please see the wiki. :)
Building
Make sure you have ghw installed!
- Clone wiki (git clone git@github.com:bebraw/jswiki.wiki.git). This will create "jswiki.wiki" directory here.
- Clone gh-pages (git clone git@github.com:bebraw/jswiki.git, cd jswiki, git checkout -b gh-pages origin/gh-pages). After this you should have "jswiki" directory containing gh-pages branch.
- Run build.sh. Once that has been done, you should have a fresh build at "jswiki" directory. Commit and push to see it online. You can preview it offline before commit if you want.
No comments:
Post a Comment