diff --git a/config.toml b/config.toml index 92b83f3..8ecba91 100644 --- a/config.toml +++ b/config.toml @@ -14,8 +14,6 @@ enableMissingTranslationPlaceholders = true googleAnalytics = "UA-37717223-8" [params] - favicon = "/images/favicon.ico" - themeColor = "#673ab7" title = "DevFest Toulouse 2019" date = "2019-10-03" description = "The DevFest, or 'Developers Festival', is a technical conference for developers. It is aimed at students, professionals or simply curious technophiles." @@ -24,6 +22,12 @@ googleAnalytics = "UA-37717223-8" keywords = "event, gdg, gde, devfest, google, programming, android, chrome, developers, web, cloud, androiddev" copyright = "We :heart:️ chocolatines" subscriptionUrl = "http://eepurl.com/dps1j5" + appleTouchIcon = "/apple-touch-icon.png" + favicon32 = "/favicon-32x32.png" + favicon16 = "/favicon-16x16.png" + manifest = "/manifest.json" + safariPinnedTab = "/safari-pinned-tab.svg" + themeColor = "#673ab7" [params.logos] header = "/images/logos/devfest_color_text.png" diff --git a/static/android-chrome-192x192.png b/static/android-chrome-192x192.png new file mode 100644 index 0000000..38a18a1 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..29aa597 Binary files /dev/null and b/static/android-chrome-512x512.png differ diff --git a/static/apple-touch-icon.png b/static/apple-touch-icon.png new file mode 100644 index 0000000..ac56dbb Binary files /dev/null and b/static/apple-touch-icon.png differ diff --git a/static/browserconfig.xml b/static/browserconfig.xml new file mode 100644 index 0000000..b3930d0 --- /dev/null +++ b/static/browserconfig.xml @@ -0,0 +1,9 @@ + + + + + + #da532c + + + diff --git a/static/favicon-16x16.png b/static/favicon-16x16.png new file mode 100644 index 0000000..b0a2549 Binary files /dev/null and b/static/favicon-16x16.png differ diff --git a/static/favicon-32x32.png b/static/favicon-32x32.png new file mode 100644 index 0000000..0efa448 Binary files /dev/null and b/static/favicon-32x32.png differ diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..6b710b1 Binary files /dev/null and b/static/favicon.ico differ diff --git a/static/images/favicon.ico b/static/images/favicon.ico deleted file mode 100644 index ec940e7..0000000 Binary files a/static/images/favicon.ico and /dev/null differ diff --git a/static/mstile-150x150.png b/static/mstile-150x150.png new file mode 100644 index 0000000..cba2578 Binary files /dev/null and b/static/mstile-150x150.png differ diff --git a/static/safari-pinned-tab.svg b/static/safari-pinned-tab.svg new file mode 100644 index 0000000..8e10c7a --- /dev/null +++ b/static/safari-pinned-tab.svg @@ -0,0 +1,25 @@ + + + + +Created by potrace 1.11, written by Peter Selinger 2001-2013 + + + + + diff --git a/themes/devfest-theme-hugo b/themes/devfest-theme-hugo index a8850ba..d6de32f 160000 --- a/themes/devfest-theme-hugo +++ b/themes/devfest-theme-hugo @@ -1 +1 @@ -Subproject commit a8850ba6fee55c7c433cdb896c93b039c20885a7 +Subproject commit d6de32fffd53e85988d915500ffe0c0c9f68d635