add favicons
parent
a27eb2338e
commit
efcfab85d0
|
@ -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">
|
||||||
|
|
||||||
|
|
|
@ -5,14 +5,13 @@ id: home
|
||||||
permalink: /
|
permalink: /
|
||||||
---
|
---
|
||||||
|
|
||||||
🌱 Welcome to this [[Digital Garden]]. Get started browsing it however you’d like. Learn more [[about]] this site.
|
Welcome to this [[Digital Garden|digital garden]]. Get started browsing it however you’d 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]]**
|
||||||
|
|
|
@ -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 |
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
|
@ -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"}
|
Loading…
Reference in New Issue