Skip to content

Customization checklist

Isaac Sukin edited this page Jun 24, 2013 · 1 revision

Before deploying to production, there are a few things you may want to do in order to personalize your project:

  • Set the title and meta description in the <head> tag of the index.html document.
  • Replace favicon.ico and apple-touch-icon.png in the root directory.
  • Modify robots.txt to fit your site's requirements.
  • Create custom error pages (404, 500, etc.) and modify .htaccess to use them (search in .htaccess for "404 page").
  • Add the rules in .caching.htaccess into .htaccess and delete .caching.htaccess. These are separated by default to ease development.