plusjade / jekyll-bootstrap

The quickest way to start and publish your Jekyll powered blog. 100% compatible with GitHub pages.
jekyllbootstrap.com
MIT License
3.35k stars 1.71k forks source link

create a Jekyll GitHub blog as a subdirectory of an Organization #281

Open Description-Logicians-of-EIS opened 9 years ago

Description-Logicians-of-EIS commented 9 years ago

I want to know if creating a Jekyll GitHub blog for a particular GitHub page will associate itself with that entire GitHub entity or if it is possible to make multiple Jekyll blogs under the auspices of a single GitHub profile.

I'm part of an "Organization" on GitHub, my research group, and I want to create a blog for a particulat project following this tutorial, i.e. "Jekyll QuickStart: Host on GitHub in 3 Minutes".

At first I created an entirely new and seperate GitHub profile from which to host this blog, but it would be better if I could create this blog as a repository within the Organization to which I belong since most the people that need to access this blog are already associated with that organization.

But it would be suboptimal if this one blog were the only things that could be associated with the organization since the organization is involved in things other than this project as well.

So for these GitHub blogs is it 1 page/organization = 1 blog, or can we have a one to many mapping?