0

I am wondering if it is possible to build a site with Meteor that using Jekyll to make my blog posts. Or even use Octopress and Meteor. How would I go about doing this, I am not sure if this is even possible having the Meteor server and the Jekyll server. I am basically trying to figure out the easiest way to blog using Meteor.

https://github.com/mojombo/jekyll

http://octopress.org/docs/

Community
  • 1
  • 1
Cool Guy Yo
  • 5,910
  • 14
  • 59
  • 89

1 Answers1

3

You won't be able to use jekyll without making a seperate server and stack, it would really increase your workload because you would have to communicate with the meteor server too. Jekyll is a ruby gem so I guess it would go best with a rails stack

You could have a look at a few github project at what look like Meteor blogs, they might be a good place to start:

Tarang
  • 75,157
  • 39
  • 215
  • 276