From: Amin Bandali Date: Wed, 26 Sep 2018 17:56:00 +0000 (-0400) Subject: add i2p angel favicon and home page icon X-Git-Url: https://git.shemshak.org/~bandali/bndl.org/commitdiff_plain/84421557eb80ff98acdfaf148f1810fb19f3538b add i2p angel favicon and home page icon shout out to nether :) --- diff --git a/assets/apple-touch-icon.png b/assets/apple-touch-icon.png new file mode 100644 index 0000000..616c8fc Binary files /dev/null and b/assets/apple-touch-icon.png differ diff --git a/assets/favicon-16x16.png b/assets/favicon-16x16.png new file mode 100644 index 0000000..d6c3ddf Binary files /dev/null and b/assets/favicon-16x16.png differ diff --git a/assets/favicon-32x32.png b/assets/favicon-32x32.png new file mode 100644 index 0000000..bba48c6 Binary files /dev/null and b/assets/favicon-32x32.png differ diff --git a/assets/i2pangel-83x64.png b/assets/i2pangel-83x64.png new file mode 100644 index 0000000..6c832e0 Binary files /dev/null and b/assets/i2pangel-83x64.png differ diff --git a/assets/safari-pinned-tab.svg b/assets/safari-pinned-tab.svg new file mode 100644 index 0000000..d00b19a --- /dev/null +++ b/assets/safari-pinned-tab.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/assets/site.webmanifest b/assets/site.webmanifest new file mode 100644 index 0000000..140ec91 --- /dev/null +++ b/assets/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "aminb.org", + "short_name": "aminb.org", + "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" +} diff --git a/config.toml b/config.toml index 4ce53c3..46a26ff 100644 --- a/config.toml +++ b/config.toml @@ -27,6 +27,8 @@ pygmentsUseClasses = true # This applies to Chroma too. group at UWaterloo. He is also the co-host of the \ Emacs.el podcast and loves functional programming.\ """ + favicons = true + [Params.source] url = "https://git.sr.ht/~aminb/aminb.org" md_dir = "content" diff --git a/content-org/aminb.org b/content-org/aminb.org index 2625214..881cda5 100644 --- a/content-org/aminb.org +++ b/content-org/aminb.org @@ -131,6 +131,14 @@ option, any later version) of the [[https://gnu.org/licenses/gpl.html][GNU Gener [[https://git.sr.ht/~aminb/aminb.org/tree/COPYING][=COPYING=]] file). The contents of the website are licensed under a {{{ccbysa}}} license. +*** i2p angel +:PROPERTIES: +:CUSTOM_ID: i2pangel +:END: + +The favicons were derived from [[https://psychosoma.tech][nether]]'s beautiful [[https://psychosoma.tech/me/work/i2pangel.png][i2p angel]], a small +version of which is displayed on the home page. + ** Search :PROPERTIES: :EXPORT_HUGO_SECTION: / diff --git a/content/colophon.md b/content/colophon.md index f12b18c..04beafb 100644 --- a/content/colophon.md +++ b/content/colophon.md @@ -28,5 +28,11 @@ option, any later version) of the [GNU General Public License](https://gnu.org/l [`COPYING`](https://git.sr.ht/~aminb/aminb.org/tree/COPYING) file). The contents of the website are licensed under a Creative Commons Attribution-ShareAlike 4.0 International Creative Commons Licence license. + +## i2p angel {#i2pangel} + +The favicons were derived from [nether](https://psychosoma.tech)'s beautiful [i2p angel](https://psychosoma.tech/me/work/i2pangel.png), a small +version of which is displayed on the home page. + [//]: # "Exported with love from a post written in Org mode" [//]: # "- https://ox-hugo.scripter.co" diff --git a/layouts/index.html b/layouts/index.html index c8af38e..80d3821 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -2,7 +2,9 @@

Hello there,

- Amin Bandali + + i2p angel by nether +

{{ with .Content }} diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..a3a2df3 Binary files /dev/null and b/static/android-chrome-192x192.png differ diff --git a/static/android-chrome-512x512.png b/static/android-chrome-512x512.png new file mode 100644 index 0000000..236d9f3 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..5aecc91 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #00aba9 + + + diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..2324bea Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..0ca60aa Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/themes/divine b/themes/divine index e648e19..2c807f7 160000 --- a/themes/divine +++ b/themes/divine @@ -1 +1 @@ -Subproject commit e648e19fe69bd585d54402fc8b9d9a086212e09c +Subproject commit 2c807f7e638e9010bf6954772159858357c6afdc