imathis / octopress

Octopress is an obsessively designed framework for Jekyll blogging. It’s easy to configure and easy to deploy. Sweet huh?
http://github.com/imathis/octopress
9.31k stars 2.62k forks source link

I have 3 blogs I want to publish with Octopress...how do I do that easily (DRYly)? #1187

Closed marcamillion closed 11 years ago

marcamillion commented 11 years ago

I am a n00b Octopress user and am just getting my first blog setup.

If I understand it correctly, the contents of my blog are stored in my octopress/_deploy folder?

If that is the case, I am not quite sure how I can get 3 blogs working easily?

Ideally, I have 3 separate folders on my filesystem - with 3 different git repos.

I would like to be able to ls to each and do a simple git push github gh-pages and it handles it properly to the git remote I setup for each repo in advance.

How do I get that functionality?

parkr commented 11 years ago

Try git submodules!

And please use our mailing list for future inquiries of this nature.

marcamillion commented 11 years ago

Do you have a link to a successful deployment using Git submodules?

Marc Gayle www.marcgayle.com www.twitter.com/marcgayle

On Fri, Apr 5, 2013 at 9:08 PM, Parker Moore notifications@github.comwrote:

Try git submodules!

And please use our mailing listhttps://groups.google.com/forum/?fromgroups#!forum/octopressfor future inquiries of this nature.

— Reply to this email directly or view it on GitHubhttps://github.com/imathis/octopress/issues/1187#issuecomment-15989257 .

parkr commented 11 years ago

No, but I know it can be done :)