(no title)
hschne | 2 years ago
I thought Sitepress looks interesting, as its supposed to integrate with Rails. Have you given that one a try?
hschne | 2 years ago
I thought Sitepress looks interesting, as its supposed to integrate with Rails. Have you given that one a try?
dewey|2 years ago
I expected there to be many solutions for this problem but wasn't able to find a simple one.
In the end I just generated a simple "post" model and have some ugly admin interface that allows me to paste some markdown into a small box and publish it. Then I'm just using some gems for RSS feed / sitemap handling.
nicbou|2 years ago
Basically, just convert your markdown to HTML, and dump that into your existing templates.