Update favicon
|
@ -3,7 +3,7 @@
|
|||
** Setup
|
||||
|
||||
#+begin_src sh
|
||||
yarn add netlify-cli
|
||||
npm install netlify-cli -g
|
||||
netlify login # login to Netlify
|
||||
netlify link # link the directory to the site
|
||||
#+end_src
|
||||
|
|
BIN
android-chrome-192x192.png
Normal file
After Width: | Height: | Size: 26 KiB |
BIN
android-chrome-512x512.png
Normal file
After Width: | Height: | Size: 76 KiB |
BIN
apple-touch-icon.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
favicon-16x16.png
Normal file
After Width: | Height: | Size: 919 B |
BIN
favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
BIN
favicon.ico
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 15 KiB |
BIN
images/reactiondiffusion_crop_75x75+250+200_repage.png
Normal file
After Width: | Height: | Size: 649 B |
1
site.webmanifest
Normal file
|
@ -0,0 +1 @@
|
|||
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}
|
|
@ -4,6 +4,12 @@
|
|||
<meta charset="utf-8">
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=yes">
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
||||
<link rel="manifest" href="/site.webmanifest">
|
||||
|
||||
<meta name="description" content="Dimitri Lozeve's blog: $title$">
|
||||
$if(keywords)$
|
||||
<meta name="keywords" content="$for(keywords)$$keywords$$sep$, $endfor$">
|
||||
|
|