Simple Rails 3 blog

微笑、不失礼 提交于 2019-12-11 08:55:56

问题


I have an app that I would like to add a blog to. I'd like to integrate it with my current site. I only have a few simple requirements:

  • Being able to add formatting (headers, paragraphs, etc..)
  • Adding images that can be embedded in the content.
  • Categories

That's it! I don't want to start from scratch, so a simple gem would be ideal. I don't want a big full featured blog because it will undoubtebly contain many things I don't need. Is there a gem that will allow me to add this functionality to my site easily, or should I just go ahead and build it myself? If so, do you have any resources that could help me with my first 2 requirements (I don't know how exactly I could make paperclip work with the second one)

I'll be hosting this site on Heroku.

Thanks!


回答1:


I use Enkiblog. It's small and simple, so you can easy customize it.

And i host it on Heroku.




回答2:


I stumbled upon this rails app on github: https://github.com/jipiboily/monologue

Was looking for the same solution. Adding a blog on an existing site on rails. Good luck!




回答3:


Some rudimentary Googling brought back Typo and Jekyll. They are non-simplistic but you can strip and chuck what you won't need, surely.

  • https://github.com/fdv/typo
  • https://github.com/mojombo/jekyll



回答4:


I'd go with with nesta



来源:https://stackoverflow.com/questions/7427412/simple-rails-3-blog

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!