Add favicons
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"name": "HashiCorp Terraform",
|
||||
"icons": [
|
||||
{
|
||||
"src": "<%= image_path('favicons/android-chrome-192x192.png') %>",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png"
|
||||
},
|
||||
{
|
||||
"src": "<%= image_path('favicons/android-chrome-512x512.png') %>",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png"
|
||||
}
|
||||
],
|
||||
"theme_color": "#ffffff",
|
||||
"background_color": "#ffffff",
|
||||
"display": "standalone"
|
||||
}
|
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 23 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 806 B |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 2.4 KiB |
|
@ -0,0 +1,22 @@
|
|||
<?xml version="1.0" standalone="no"?>
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
|
||||
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
|
||||
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
|
||||
width="16.000000pt" height="16.000000pt" viewBox="0 0 16.000000 16.000000"
|
||||
preserveAspectRatio="xMidYMid meet">
|
||||
<metadata>
|
||||
Created by potrace 1.11, written by Peter Selinger 2001-2013
|
||||
</metadata>
|
||||
<g transform="translate(0.000000,16.000000) scale(0.002286,-0.002286)"
|
||||
fill="#000000" stroke="none">
|
||||
<path d="M462 5894 l3 -1087 930 -538 c512 -296 933 -538 938 -539 4 0 7 487
|
||||
7 1083 l0 1083 -882 509 c-485 281 -908 525 -940 543 l-58 33 2 -1087z"/>
|
||||
<path d="M5578 5227 l-938 -542 0 -1087 0 -1086 940 541 940 542 0 1088 c0
|
||||
598 -1 1087 -2 1087 -2 -1 -425 -245 -940 -543z"/>
|
||||
<path d="M2550 4678 l0 -1083 892 -515 c491 -283 914 -527 940 -543 l48 -27
|
||||
-2 1087 -3 1087 -930 538 c-511 295 -933 538 -937 538 -5 0 -8 -487 -8 -1082z"/>
|
||||
<path d="M2550 2268 l0 -1085 908 -523 c499 -288 922 -533 940 -543 l32 -19
|
||||
-2 1087 -3 1088 -925 534 c-509 294 -931 537 -937 540 -10 4 -13 -216 -13
|
||||
-1079z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 15 KiB |
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
layout: false
|
||||
noindex: true
|
||||
---
|
||||
|
||||
xml.instruct!
|
||||
xml.browserconfig do
|
||||
xml.msapplication do
|
||||
xml.tile do
|
||||
xml.square150x150logo src: image_path("favicons/mstile-150x150.png")
|
||||
xml.TileColor "#603CBA"
|
||||
end
|
||||
end
|
||||
end
|