abstract image of ryan

Welcome to ryanwold.net


Building Websites

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.html to 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

Date
2014-07-26
Status
release

Tags
programming
Series
N/A