适用于heroku的rails 3博客引擎/gem,该使用什么?
我花了一些时间寻找可以在现有网站上使用的rail3 博客引擎。我希望博客与 SEO 点应用程序位于同一域,例如 www.site.com/blog 而不是 blog.site.com
在这方面我花了一些时间,我发现:
- Toto
- Jekyll。 它生成静态页面,我真的很喜欢这个想法,因为它的最佳负载不足,因为它高度缓存。不确定我们的非技术博客作者将如何应对这个问题。
我还查看了更动态的平台,例如:
- 拼写错误(接缝已过时,我猜他们发现很难移植到 Rails 3)
- mephisto
人们是否放弃了这个帖子 需要将 WP 博客与 Heroku 上的 Rails 应用程序链接 建议吗?考虑到这个的价值,接缝很疯狂。另外,这篇文章很好,但对我来说并不是真正的结论 https://stackoverflow.com/questions/ 1807670/blog-engine-for-rails-application。
I have spent some time looking for a rail3 blog engine for use on an existing site. I want the blog on the same domain as the application for SEO points eg www.site.com/blog not blog.site.com
Having spent some time on this I have found:
- Toto
- Jekyll.
Which generate static pages, I really like this idea as its optimal under-load as its highly cached. Not sure how our not technical blog writers will cope with this.
Also I looked at more dynamic platforms like:
- typo (which seams dated, I guess they are finding it hard to port to rails 3)
- mephisto
Are people giving up on this as this post Need to link WP Blog with Rails App on Heroku suggests? Seams crazy given the value of this. Also, this post was good but not really conclusive for me https://stackoverflow.com/questions/1807670/blog-engine-for-rails-application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
到目前为止,独白给我留下了深刻的印象。
https://github.com/jipiboily/monologue
这是一个简单的数据库支持的博客引擎。
I've been really impressed by monologue, so far.
https://github.com/jipiboily/monologue
It's a bare-bones db-backed blog engine.
Heroku 的创建者之一编写了一个小型博客引擎。
https://github.com/adamwiggins/scanty
One of the creators of heroku wrote a small blog engine.
https://github.com/adamwiggins/scanty