ruby - Blog and Static Pages in Rails 4 -


i add static pages existing rails 4.0 app. these page such about, contact , this: examble.com/about

also, want add blog engine publish news:

the first type static , won't change. however, second type news, i'd add posts using form admins can add posts easily.

i looked different gems example jekyll not allow add posts using form if want add have write codes , create files.

so suggestions please?

regards,

one thing can set separate blog server (let's using wordpress) , point dns blog.example.com ip address of blog server.

then can give individual users accounts on blog, can upload content.

i suggest using existing blog engine such wordpress (there several others) because out of box include bunch of stuff image uploading, tagging, comments, antispam, , seo optimizations pretty permalinks. wouldn't rebuild scratch.

if want blog reside @ www.example.com/blog, there bit of trick configure web server serve content 2 different servers, that's not impossible.


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -