add favicons

main
Jay Hankins 2022-08-28 15:41:34 -04:00
parent a27eb2338e
commit efcfab85d0
10 changed files with 13 additions and 4 deletions

View File

@ -9,7 +9,10 @@
<meta property="og:site_name" content="{{ site.title }}"> <meta property="og:site_name" content="{{ site.title }}">
<link rel="icon" type="image/png" href="data:image/png;base64,iVBORw0KGgo="> <link rel="apple-touch-icon" sizes="180x180" href="{{ site.baseurl }}/assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ site.baseurl }}/assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ site.baseurl }}/assets/favicon/favicon-16x16.png">
<link rel="manifest" href="{{ site.baseurl }}/assets/site.webmanifest">
<link rel="stylesheet" href="{{ site.baseurl }}/styles.css"> <link rel="stylesheet" href="{{ site.baseurl }}/styles.css">

View File

@ -5,14 +5,13 @@ id: home
permalink: / permalink: /
--- ---
🌱 Welcome to this [[Digital Garden]]. Get started browsing it however youd like. Learn more [[about]] this site. Welcome to this [[Digital Garden|digital garden]]. Get started browsing it however youd like. Learn more [[about]] this site.
Here are some broad-level starting topics: Here are some broad-level starting topics:
- **[[Applications]]** - **[[Applications]]**
- **[[Computing Infrastructure|Infrastructure]]** - **[[Computing Infrastructure|Infrastructure]]**
- **[[Miscellaneous]]** - **[[Miscellaneous]]**
- **[[Operating Systems]]** - **[[Operating Systems]]**
- **[[Programming]]** - **[[Programming]]**
- **[[Smart Home]]** - **[[Smart Home]]**

6
assets/favicon/about.txt Normal file
View File

@ -0,0 +1,6 @@
This favicon was generated using the following graphics from Twitter Twemoji:
- Graphics Title: 1f4d6.svg
- Graphics Author: Copyright 2020 Twitter, Inc and other contributors (https://github.com/twitter/twemoji)
- Graphics Source: https://github.com/twitter/twemoji/blob/master/assets/svg/1f4d6.svg
- Graphics License: CC-BY 4.0 (https://creativecommons.org/licenses/by/4.0/)

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 442 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 812 B

BIN
assets/favicon/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View 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"}