/mhm.nyc

Web design for Mental Health Matters NYC blog, built on Ruby on Rails.

Primary LanguageCSS

Mental Health Matters alt text

Mental Health Matters is a blog dedicated to raising awareness of mental health issues in New York City. In late August, two of my friends began the blog and asked me to design their website.

You can find the website at mhm.nyc.

It's built on the Chameleon CMS for Ruby on Rails.

Installation

git clone https://github.com/ZacharyEspiritu/mhm.nyc.git
cd mental-health-matters
bundle install
rake db:migrate
rails server

Upon being prompted to setup up your Chameleon build, choose the default theme.

Each of the custom pages (home, about, learn, help, contact) are served directly from Chameleon, and you'll need to manually create those as well in the Chameleon admin dashboard.

On production, I'm serving assets from an Amazon S3 bucket. If you wish to do the same, you can configure your AWS keys in the Chameleon admin dashboard as well—see the Chameleon documentation for more details.

More Information

For more documentation on how to use Chameleon, please see the chameleon-cms Github repo.