Skip to content

Commit

Permalink
Docs: add new files to usage.md
Browse files Browse the repository at this point in the history
Updated `usage.md` to include 4 new files included with the project:

* `.editorconfig`
* `tile-wide.png`, `tile.png` and `browserconfig.xml`

Ref h5bp@80530d6
    h5bp@a99d856
Close h5bp#1647
  • Loading branch information
arthurvr committed Dec 21, 2014
1 parent 3f91167 commit 24e75d6
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions doc/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,18 @@ A basic HTML5 Boilerplate site initially looks something like this:
│ └── vendor
│ ├── jquery.min.js
│ └── modernizr.min.js
├── .editorconfig
├── .htaccess
├── 404.html
├── apple-touch-icon.png
├── browserconfig.xml
├── index.html
├── humans.txt
├── robots.txt
├── crossdomain.xml
└── favicon.ico
├── favicon.ico
├── tile-wide.png
└── tile.png
```

What follows is a general overview of each major part and how to use them.
Expand Down Expand Up @@ -74,6 +78,19 @@ corresponding server configs project listed in our [Server Configs

A helpful custom 404 to get you started.

### browserconfig.xml

This file contains all settings regarding custom tiles for IE11.

For more info on this topic, please refer to
[MSDN](http://msdn.microsoft.com/en-us/library/ie/dn455106.aspx).

### .editorconfig

The `.editorconfig` file is provided in order to encourage and help you and
your team to maintain consistent coding styles between different
editors and IDEs. [Read more about the `.editorconfig` file](misc.md#editorconfig).

### index.html

This is the default HTML skeleton that should form the basis of all pages on
Expand Down Expand Up @@ -102,7 +119,8 @@ crossdomain.xml](misc.md#crossdomainxml).

### Icons

Replace the default `favicon.ico` and Apple Touch Icon with your own.
Replace the default `favicon.ico`, `tile.png`, `tile-wide.png` and Apple
Touch Icon with your own.

If you want to use different Apple Touch Icons for different resolutions please
refer to the [according documentation](extend.md#apple-touch-icons).
Expand Down

0 comments on commit 24e75d6

Please sign in to comment.