-
Notifications
You must be signed in to change notification settings - Fork 57
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
andapple-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.