mirror of
https://github.com/danog/sass-site.git
synced 2024-11-30 04:29:17 +01:00
Add favicons and tiles
This commit is contained in:
parent
3ef8bfed8f
commit
4d140facf9
@ -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
12
source/browserconfig.xml
Normal 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
BIN
source/favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.2 KiB |
@ -1 +0,0 @@
|
||||
%link(rel="shortcut icon" href="/assets/img/ico/favicon.png")/
|
BIN
source/tile-wide.png
Normal file
BIN
source/tile-wide.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.6 KiB |
BIN
source/tile.png
Normal file
BIN
source/tile.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 KiB |
Loading…
Reference in New Issue
Block a user