ryanwold.net

A civic-minded citizen seeking the singularity

An entry

Building Websites

Date: 2014-07-26
Status: release
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.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