diff --git a/config.toml b/config.toml index a2f688e..dd72f1f 100644 --- a/config.toml +++ b/config.toml @@ -187,7 +187,7 @@ name = "Stijn van Houwelingen he/him" # Your name id = "TeaDrinkingProgrammer" # Your id / username / handle home = "home" # Home name bio = "A programming student from the Netherlands. Loves music, languages and programming" # Your bio -avatar = "img/avatar.webp" # Your avatar +avatar = "icons/logo.png" # Your avatar links = [ # Your links { name = "GitHub", icon = "github", url = "https://github.com/TeaDrinkingProgrammer" }, ] diff --git a/static/icons/android-chrome-192x192.png b/static/icons/android-chrome-192x192.png new file mode 100644 index 0000000..634db8d Binary files /dev/null and b/static/icons/android-chrome-192x192.png differ diff --git a/static/icons/android-chrome-384x384.png b/static/icons/android-chrome-384x384.png new file mode 100644 index 0000000..ead79fa Binary files /dev/null and b/static/icons/android-chrome-384x384.png differ diff --git a/static/icons/apple-touch-icon.png b/static/icons/apple-touch-icon.png new file mode 100644 index 0000000..508b540 Binary files /dev/null and b/static/icons/apple-touch-icon.png differ diff --git a/static/icons/browserconfig.xml b/static/icons/browserconfig.xml new file mode 100644 index 0000000..6a1d00e --- /dev/null +++ b/static/icons/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/icons/favicon-16x16.png b/static/icons/favicon-16x16.png new file mode 100644 index 0000000..0dc927b Binary files /dev/null and b/static/icons/favicon-16x16.png differ diff --git a/static/icons/favicon-32x32.png b/static/icons/favicon-32x32.png new file mode 100644 index 0000000..1d393b3 Binary files /dev/null and b/static/icons/favicon-32x32.png differ diff --git a/static/icons/favicon.ico b/static/icons/favicon.ico new file mode 100644 index 0000000..14234bf Binary files /dev/null and b/static/icons/favicon.ico differ diff --git a/static/icons/logo.png b/static/icons/logo.png new file mode 100644 index 0000000..ad83d23 Binary files /dev/null and b/static/icons/logo.png differ diff --git a/static/icons/mstile-150x150.png b/static/icons/mstile-150x150.png new file mode 100644 index 0000000..df87308 Binary files /dev/null and b/static/icons/mstile-150x150.png differ diff --git a/static/icons/safari-pinned-tab.svg b/static/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..8c1916f --- /dev/null +++ b/static/icons/safari-pinned-tab.svg @@ -0,0 +1,82 @@ + + + + +Created by potrace 1.14, written by Peter Selinger 2001-2017 + + + + + + + + + diff --git a/static/icons/site.webmanifest b/static/icons/site.webmanifest new file mode 100644 index 0000000..66defef --- /dev/null +++ b/static/icons/site.webmanifest @@ -0,0 +1,19 @@ +{ + "name": "", + "short_name": "", + "icons": [ + { + "src": "/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/icons/android-chrome-384x384.png", + "sizes": "384x384", + "type": "image/png" + } + ], + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} diff --git a/themes/tranquil b/themes/tranquil index cbd4485..755fb9c 160000 --- a/themes/tranquil +++ b/themes/tranquil @@ -1 +1 @@ -Subproject commit cbd44855de5ba75f90afc104edbf297964186ad1 +Subproject commit 755fb9c0a486f0a396f3d554ad136a0a1dc0b8cd