[git-users] Re: Git newbie questions

2013-12-13 Thread Mark Mikofski
Github pages http://pages.github.com/ [1] is exactly what you want: - *easy!* - uses *Jekyll* - auto build with feedback on errorshttps://github.com/blog/1706-descriptive-error-messages-for-failed-github-pages-builds [3] - Jekyll and Ruby are *not* required on host *unless

[git-users] Re: Git newbie questions

2013-12-13 Thread Mark Mikofski
I should add that you do not have to use Jekyll, you can use any html, and any tool that generates html, EG: Sphinx [2] http://sphinx-doc.org/See this site for an example http://mikofski.github.io/JGit4MATLAB/ [1] The way ghpages is setup in your repository, you will want to use the subtree

Re: [git-users] Re: Git newbie questions

2013-12-13 Thread Ron K. Jeffries
Thank you. I can and will try this approach. On Dec 13, 2013 10:43 AM, Mark Mikofski bwanama...@gmail.com wrote: Github pages http://pages.github.com/ [1] is exactly what you want: - *easy!* - uses *Jekyll* - auto build with feedback on