Building a Docs Site with Jekyll + GitHub Pages
blog.jetstrap.com
Building a Docs Site with Jekyll + GitHub Pages
1–10 of 11 posts
Re: Building a Docs Site with Jekyll + GitHub Pages
#2Re: Building a Docs Site with Jekyll + GitHub Pages
#3Re: Building a Docs Site with Jekyll + GitHub Pages
#4What alternatives to people recommend?
Re: Building a Docs Site with Jekyll + GitHub Pages
#5Nice writeup. The whole "your docs site is just on a different branch" has always been weird to me though. I'm not sure what a better way to do it would be but I don't like these two options: switch branches inline or have a separate clone of the repo.
Re: Building a Docs Site with Jekyll + GitHub Pages
#6Wordpress is a bit of a pain, but we found Harmony (http://harmonyapp.com) to be great at serving pages with programmable themes (think haml, sass, etc) that marketing people can still edit without bothering a developer.
Re: Building a Docs Site with Jekyll + GitHub Pages
#7After going through the pain of keeping separate repos, branches or even apps for content pages, my team migrated to simply using a CMS. Wordpress is a bit of a pain, but we found Harmony ( http://harmonyapp.com ) to be great at serving pages with programmable themes (think haml, sass, etc) that marketing people can still edit without bothering a developer.
Re: Building a Docs Site with Jekyll + GitHub Pages
#8After going through the pain of keeping separate repos, branches or even apps for content pages, my team migrated to simply using a CMS. Wordpress is a bit of a pain, but we found Harmony ( http://harmonyapp.com ) to be great at serving pages with programmable themes (think haml, sass, etc) that marketing people can still edit without bothering a developer.
Of course if you want marketing people to edit stuff asking them is use Git is going to be painful.
Re: Building a Docs Site with Jekyll + GitHub Pages
#9After going through the pain of keeping separate repos, branches or even apps for content pages, my team migrated to simply using a CMS. Wordpress is a bit of a pain, but we found Harmony ( http://harmonyapp.com ) to be great at serving pages with programmable themes (think haml, sass, etc) that marketing people can still edit without bothering a developer.
Re: Building a Docs Site with Jekyll + GitHub Pages
#10After going through the pain of keeping separate repos, branches or even apps for content pages, my team migrated to simply using a CMS. Wordpress is a bit of a pain, but we found Harmony ( http://harmonyapp.com ) to be great at serving pages with programmable themes (think haml, sass, etc) that marketing people can still edit without bothering a developer.
Well, the CMS is the classical way to do it. Using Jekyll and Github is a more recent and innovative way to do stuff, much simpler to use for developers and cheaper because it's free hosting that can scale pretty well. Of course if you want marketing people to edit stuff asking them is use Git is going to be painful.