[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 you want to test 
  build* before pushing to ghpages!
   - *free *web hosting
   - many popular themes (EG: dinky https://github.com/broccolini/dinky
[2])
   - *Git*
   - *free* repo hosting
   
Enjoy,
Mark

[1] http://pages.github.com/
[2] https://github.com/broccolini/dinky
[3] 
https://github.com/blog/1706-descriptive-error-messages-for-failed-github-pages-builds



On Thursday, December 12, 2013 7:40:22 AM UTC-8, Ron K Jeffries wrote:

 I'm aware of git, but have not used it myself. Now I want to set up a 
 static blog site on AWS S3, using [TBD tool, Jekyll seems promising...] 
 to pump out the HTML etc.

 My preference would be a Git workflow that accommodates my heavy (but not 
 exclusive) use of ChromeOS. That implies (I think...) that instead of 
 having a local git repository, my git would live in the cloud somewhere.
  
 Advice please. I need to get my act together and DO this rather than THINK 
 ABOUT doing it. LOL

 ron k jeffries 805-567-4670 mobile


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


[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 
merge strategy http://git-scm.com/book/en/Git-Tools-Subtree-Merging. [3] See 
this SO post on how easy this is.http://stackoverflow.com/a/19302892/1020470
 [4]

[1] http://mikofski.github.io/JGit4MATLAB/
[2] http://sphinx-doc.org/
[3] http://git-scm.com/book/en/Git-Tools-Subtree-Merging
[4] http://stackoverflow.com/a/19302892/1020470

On Friday, December 13, 2013 10:43:42 AM UTC-8, Mark Mikofski wrote:

 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 you want to 
   test build* before pushing to ghpages!
- *free *web hosting
- many popular themes (EG: dinky https://github.com/broccolini/dinky
 [2])
- *Git*
- *free* repo hosting

 Enjoy,
 Mark

 [1] http://pages.github.com/
 [2] https://github.com/broccolini/dinky
 [3] 
 https://github.com/blog/1706-descriptive-error-messages-for-failed-github-pages-builds



 On Thursday, December 12, 2013 7:40:22 AM UTC-8, Ron K Jeffries wrote:

 I'm aware of git, but have not used it myself. Now I want to set up a 
 static blog site on AWS S3, using [TBD tool, Jekyll seems promising...] 
 to pump out the HTML etc.

 My preference would be a Git workflow that accommodates my heavy (but not 
 exclusive) use of ChromeOS. That implies (I think...) that instead of 
 having a local git repository, my git would live in the cloud somewhere.
  
 Advice please. I need to get my act together and DO this rather than 
 THINK ABOUT doing it. LOL

 ron k jeffries 805-567-4670 mobile



-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


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 
 errorshttps://github.com/blog/1706-descriptive-error-messages-for-failed-github-pages-builds
[3]
   - Jekyll and Ruby are *not* required on host *unless you want to
   test build* before pushing to ghpages!
- *free *web hosting
- many popular themes (EG: dinky https://github.com/broccolini/dinky
 [2])
- *Git*
- *free* repo hosting

 Enjoy,
 Mark

 [1] http://pages.github.com/
 [2] https://github.com/broccolini/dinky
 [3]
 https://github.com/blog/1706-descriptive-error-messages-for-failed-github-pages-builds



 On Thursday, December 12, 2013 7:40:22 AM UTC-8, Ron K Jeffries wrote:

 I'm aware of git, but have not used it myself. Now I want to set up a
 static blog site on AWS S3, using [TBD tool, Jekyll seems promising...]
 to pump out the HTML etc.

 My preference would be a Git workflow that accommodates my heavy (but not
 exclusive) use of ChromeOS. That implies (I think...) that instead of
 having a local git repository, my git would live in the cloud somewhere.

 Advice please. I need to get my act together and DO this rather than
 THINK ABOUT doing it. LOL

 ron k jeffries 805-567-4670 mobile

  --
 You received this message because you are subscribed to a topic in the
 Google Groups Git for human beings group.
 To unsubscribe from this topic, visit
 https://groups.google.com/d/topic/git-users/DzhXPxxsMxI/unsubscribe.
 To unsubscribe from this group and all its topics, send an email to
 git-users+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/groups/opt_out.


-- 
You received this message because you are subscribed to the Google Groups Git 
for human beings group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.