mcrider / azimuth

Azimuth is a simple, elegant, and fast CMS built using meteor.js.
232 stars 54 forks source link

Blog integration #99

Closed ViktorNova closed 9 years ago

ViktorNova commented 10 years ago

Does Azimuth have a blog planned? Or can it integrate easily with the blog package in Meteorite?

mcrider commented 10 years ago

Technically blocks could be used to create a blog, but nothing as polished as a real blog without a lot of custom dev. Its worth checking out if the blog package integrates nicely.

ViktorNova commented 10 years ago

Cool, I'll take a stab at this one of these days and see how it goes. According to http://github.differential.io/meteor-blog/ :

mrt add blog

You will get routes for: blog /admin/blog

/admin/blog requires that Meteor.user() return a user.

So if Azimuth uses Meteor.user(), maybe it'll just work! I'll have some time next week, I'll check it out and report back