Building Websites
Date:
2014-07-26
Tags:
programming
Keeping notes on creating basic websites.
- after purchasing a template from Themeforest or rolling your own...
- create a Rails project using
rails new <project-name> - copy the theme's
index.htmlto rails/app/views/layouts/application.html.erb - fix the CSS in the new index
- rename .css files to .scss
- fix the JS in the new index