Add favicons and tiles

This commit is contained in:
Jina Bolton 2014-07-27 17:53:42 -07:00
parent 3ef8bfed8f
commit 4d140facf9
9 changed files with 12 additions and 5 deletions

View File

@ -37,10 +37,6 @@ configure :build do
activate :minify_javascript
activate :cache_buster
activate :asset_hash
# activate :favicon_maker,
# :favicon_maker_input_dir => "source/assets/img/ico",
# :favicon_maker_output_dir => "build/assets/img/ico"
# First: gem install middleman-smusher
# require "middleman-smusher"
# activate :smusher

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 696 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.1 KiB

12
source/browserconfig.xml Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Please read: http://msdn.microsoft.com/en-us/library/ie/dn455106.aspx -->
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="tile.png"/>
<square150x150logo src="tile.png"/>
<wide310x150logo src="tile-wide.png"/>
<square310x310logo src="tile.png"/>
</tile>
</msapplication>
</browserconfig>

BIN
source/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

@ -1 +0,0 @@
%link(rel="shortcut icon" href="/assets/img/ico/favicon.png")/

BIN
source/tile-wide.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

BIN
source/tile.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB