From b9c5fcf085bed9c6100283133531b36bfbb06cf0 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 25 May 2020 15:07:03 -0700 Subject: Build system integration using vue-cli. --- public/assets/tools/sample.png | Bin 0 -> 3785 bytes public/config.yml | 71 +++++++++++++++++++++++++++++++++++++++++ public/config.yml.sample-sui | 64 +++++++++++++++++++++++++++++++++++++ public/favicon.png | Bin 0 -> 49200 bytes public/index.html | 18 +++++++++++ public/logo.png | Bin 0 -> 49200 bytes public/robots.txt | 2 ++ 7 files changed, 155 insertions(+) create mode 100644 public/assets/tools/sample.png create mode 100644 public/config.yml create mode 100644 public/config.yml.sample-sui create mode 100644 public/favicon.png create mode 100644 public/index.html create mode 100644 public/logo.png create mode 100644 public/robots.txt (limited to 'public') diff --git a/public/assets/tools/sample.png b/public/assets/tools/sample.png new file mode 100644 index 0000000..6b4774b Binary files /dev/null and b/public/assets/tools/sample.png differ diff --git a/public/config.yml b/public/config.yml new file mode 100644 index 0000000..0e0310e --- /dev/null +++ b/public/config.yml @@ -0,0 +1,71 @@ +--- +# Homepage configuration +# See https://fontawesome.com/icons for icons options + +title: "Demo dashboard" +subtitle: "Homer" +logo: "logo.png" +# icon: "fas fa-skull-crossbones" Optional icon + +header: true +footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. + +# Optionnal theme customization +theme: default +colors: + light: + highlight-primary: "#3367d6" + highlight-secondary: "#4285f4" + highlight-hover: "#5a95f5" + background: "#f5f5f5" + card-background: "#ffffff" + text: "#363636" + text-header: "#ffffff" + text-title: "#303030" + text-subtitle: "#424242" + card-shadow: rgba(0, 0, 0, 0.1) + link-hover: "#363636" + dark: + highlight-primary: "#3367d6" + highlight-secondary: "#4285f4" + highlight-hover: "#5a95f5" + background: "#131313" + card-background: "#2b2b2b" + text: "#eaeaea" + text-header: "#ffffff" + text-title: "#fafafa" + text-subtitle: "#f5f5f5" + card-shadow: rgba(0, 0, 0, 0.4) + link-hover: "#ffdd57" + +# Optional message +message: + #url: https://b4bz.io + style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. + title: "👋 Demo !" + content: "This is a dummy homepage demo.
Find more information on github.com/bastienwirtz/homer" + +# Optional navbar +# links: [] # Allows for navbar (dark mode, layout, and search) without any links +links: + - name: "Contribute" + icon: "fab fa-github" + url: "https://github.com/bastienwirtz/homer" + target: "_blank" # optionnal html a tag target attribute + - name: "Wiki" + icon: "fas fa-book" + url: "https://www.wikipedia.org/" + +# Services +# First level array represent a group. +# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). +services: + - name: "Applications" + icon: "fas fa-cloud" + items: + - name: "Awesome app" + logo: "assets/tools/sample.png" + subtitle: "Bookmark exemple" + tag: "app" + url: "https://www.reddit.com/r/selfhosted/" + target: "_blank" # optionnal html a tag target attribute diff --git a/public/config.yml.sample-sui b/public/config.yml.sample-sui new file mode 100644 index 0000000..71eaef0 --- /dev/null +++ b/public/config.yml.sample-sui @@ -0,0 +1,64 @@ +--- +# Homepage configuration +# See https://fontawesome.com/icons for icons options + +title: "Hello beautiful!" +subtitle: "App dashboard" +logo: false +# icon: "fas fa-skull-crossbones" Optional icon + +header: true + +# Optionnal theme customization +theme: sui +colors: + light: + highlight-primary: transparent + highlight-secondary: transparent + highlight-hover: "#4a4a4a" + text-subtitle: "#424242" + dark: + background: "#2B2C56" + highlight-primary: transparent + highlight-secondary: transparent + highlight-hover: "#200b35" + text-subtitle: "#6375e8" + +# Optional navbar +# links: [] # Allows for navbar (dark mode, layout, and search) without any links +links: [] + +# Services +# First level array represent a group. +# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). +services: + - name: "APPLICATIONS" + items: + - name: "Jenkins" + logo: "assets/tools/jenkins.png" + subtitle: "Continuous integration server" + url: "https://jenkins.io/" + - name: "RabbitMQ Management" + logo: "assets/tools/rabbitmq.png" + subtitle: "Manage & monitor RabbitMQ server" + # Optional tagstyle + # Same styling options as the optional message. + tagstyle: "is-success" + url: "https://www.rabbitmq.com/" + - name: "M/Monit" + logo: "assets/tools/monit.png" + subtitle: "Monitor & manage all monit enabled hosts" + url: "https://mmonit.com/monit/" + - name: "Grafana" + logo: "assets/tools/grafana.png" + subtitle: "Metric analytics & dashboards" + url: "https://grafana.com/" + - name: "Kibana" + logo: "assets/tools/elastic.png" + subtitle: "Explore & visualize logs" + url: "https://www.elastic.co/products/kibana" + - name: "Website monitoring" + logo: "assets/tools/pingdom.png" + subtitle: "Pingdom public reports overview" + tag: "CI" + url: "https://www.pingdom.com/" diff --git a/public/favicon.png b/public/favicon.png new file mode 100644 index 0000000..6fa8ee8 Binary files /dev/null and b/public/favicon.png differ diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..f718159 --- /dev/null +++ b/public/index.html @@ -0,0 +1,18 @@ + + + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + +
+ + + diff --git a/public/logo.png b/public/logo.png new file mode 100644 index 0000000..6fa8ee8 Binary files /dev/null and b/public/logo.png differ diff --git a/public/robots.txt b/public/robots.txt new file mode 100644 index 0000000..eb05362 --- /dev/null +++ b/public/robots.txt @@ -0,0 +1,2 @@ +User-agent: * +Disallow: -- cgit v1.2.3 From e11427508a89cddb114b7955a2273fc7b5e33ca5 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Wed, 27 May 2020 20:58:20 -0700 Subject: Remove config.yml from versionning. --- public/config.yml | 71 --------------------------------------- public/config.yml.dist | 71 +++++++++++++++++++++++++++++++++++++++ public/config.yml.dist.sample-sui | 64 +++++++++++++++++++++++++++++++++++ public/config.yml.sample-sui | 64 ----------------------------------- 4 files changed, 135 insertions(+), 135 deletions(-) delete mode 100644 public/config.yml create mode 100644 public/config.yml.dist create mode 100644 public/config.yml.dist.sample-sui delete mode 100644 public/config.yml.sample-sui (limited to 'public') diff --git a/public/config.yml b/public/config.yml deleted file mode 100644 index 0e0310e..0000000 --- a/public/config.yml +++ /dev/null @@ -1,71 +0,0 @@ ---- -# Homepage configuration -# See https://fontawesome.com/icons for icons options - -title: "Demo dashboard" -subtitle: "Homer" -logo: "logo.png" -# icon: "fas fa-skull-crossbones" Optional icon - -header: true -footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. - -# Optionnal theme customization -theme: default -colors: - light: - highlight-primary: "#3367d6" - highlight-secondary: "#4285f4" - highlight-hover: "#5a95f5" - background: "#f5f5f5" - card-background: "#ffffff" - text: "#363636" - text-header: "#ffffff" - text-title: "#303030" - text-subtitle: "#424242" - card-shadow: rgba(0, 0, 0, 0.1) - link-hover: "#363636" - dark: - highlight-primary: "#3367d6" - highlight-secondary: "#4285f4" - highlight-hover: "#5a95f5" - background: "#131313" - card-background: "#2b2b2b" - text: "#eaeaea" - text-header: "#ffffff" - text-title: "#fafafa" - text-subtitle: "#f5f5f5" - card-shadow: rgba(0, 0, 0, 0.4) - link-hover: "#ffdd57" - -# Optional message -message: - #url: https://b4bz.io - style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. - title: "👋 Demo !" - content: "This is a dummy homepage demo.
Find more information on github.com/bastienwirtz/homer" - -# Optional navbar -# links: [] # Allows for navbar (dark mode, layout, and search) without any links -links: - - name: "Contribute" - icon: "fab fa-github" - url: "https://github.com/bastienwirtz/homer" - target: "_blank" # optionnal html a tag target attribute - - name: "Wiki" - icon: "fas fa-book" - url: "https://www.wikipedia.org/" - -# Services -# First level array represent a group. -# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). -services: - - name: "Applications" - icon: "fas fa-cloud" - items: - - name: "Awesome app" - logo: "assets/tools/sample.png" - subtitle: "Bookmark exemple" - tag: "app" - url: "https://www.reddit.com/r/selfhosted/" - target: "_blank" # optionnal html a tag target attribute diff --git a/public/config.yml.dist b/public/config.yml.dist new file mode 100644 index 0000000..849b391 --- /dev/null +++ b/public/config.yml.dist @@ -0,0 +1,71 @@ +--- +# Homepage configuration +# See https://fontawesome.com/icons for icons options + +title: "Demo dashboard" +subtitle: "Homer" +logo: "logo.png" +# icon: "fas fa-skull-crossbones" Optional icon + +header: true +footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. + +# Optionnal theme customization +theme: default +colors: + light: + highlight-primary: "#3367d6" + highlight-secondary: "#4285f4" + highlight-hover: "#5a95f5" + background: "#f5f5f5" + card-background: "#ffffff" + text: "#363636" + text-header: "#ffffff" + text-title: "#303030" + text-subtitle: "#424242" + card-shadow: rgba(0, 0, 0, 0.1) + link-hover: "#363636" + dark: + highlight-primary: "#3367d6" + highlight-secondary: "#4285f4" + highlight-hover: "#5a95f5" + background: "#131313" + card-background: "#2b2b2b" + text: "#eaeaea" + text-header: "#ffffff" + text-title: "#fafafa" + text-subtitle: "#f5f5f5" + card-shadow: rgba(0, 0, 0, 0.4) + link-hover: "#ffdd57" + +# Optional message +message: + #url: https://b4bz.io + style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. + title: "👋 Demo !" + content: "This is a dummy homepage demo.
Find more information on github.com/bastienwirtz/homer" + +# Optional navbar +# links: [] # Allows for navbar (dark mode, layout, and search) without any links +links: + - name: "Contribute" + icon: "fab fa-github" + url: "https://github.com/bastienwirtz/homer" + target: "_blank" # optionnal html a tag target attribute + - name: "Wiki" + icon: "fas fa-book" + url: "https://www.wikipedia.org/" + +# Services +# First level array represent a group. +# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). +services: + - name: "Applications" + icon: "fas fa-cloud" + items: + - name: "Awesome app" + logo: "assets/tools/sample.png" + subtitle: "Bookmark example" + tag: "app" + url: "https://www.reddit.com/r/selfhosted/" + target: "_blank" # optionnal html a tag target attribute diff --git a/public/config.yml.dist.sample-sui b/public/config.yml.dist.sample-sui new file mode 100644 index 0000000..71eaef0 --- /dev/null +++ b/public/config.yml.dist.sample-sui @@ -0,0 +1,64 @@ +--- +# Homepage configuration +# See https://fontawesome.com/icons for icons options + +title: "Hello beautiful!" +subtitle: "App dashboard" +logo: false +# icon: "fas fa-skull-crossbones" Optional icon + +header: true + +# Optionnal theme customization +theme: sui +colors: + light: + highlight-primary: transparent + highlight-secondary: transparent + highlight-hover: "#4a4a4a" + text-subtitle: "#424242" + dark: + background: "#2B2C56" + highlight-primary: transparent + highlight-secondary: transparent + highlight-hover: "#200b35" + text-subtitle: "#6375e8" + +# Optional navbar +# links: [] # Allows for navbar (dark mode, layout, and search) without any links +links: [] + +# Services +# First level array represent a group. +# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). +services: + - name: "APPLICATIONS" + items: + - name: "Jenkins" + logo: "assets/tools/jenkins.png" + subtitle: "Continuous integration server" + url: "https://jenkins.io/" + - name: "RabbitMQ Management" + logo: "assets/tools/rabbitmq.png" + subtitle: "Manage & monitor RabbitMQ server" + # Optional tagstyle + # Same styling options as the optional message. + tagstyle: "is-success" + url: "https://www.rabbitmq.com/" + - name: "M/Monit" + logo: "assets/tools/monit.png" + subtitle: "Monitor & manage all monit enabled hosts" + url: "https://mmonit.com/monit/" + - name: "Grafana" + logo: "assets/tools/grafana.png" + subtitle: "Metric analytics & dashboards" + url: "https://grafana.com/" + - name: "Kibana" + logo: "assets/tools/elastic.png" + subtitle: "Explore & visualize logs" + url: "https://www.elastic.co/products/kibana" + - name: "Website monitoring" + logo: "assets/tools/pingdom.png" + subtitle: "Pingdom public reports overview" + tag: "CI" + url: "https://www.pingdom.com/" diff --git a/public/config.yml.sample-sui b/public/config.yml.sample-sui deleted file mode 100644 index 71eaef0..0000000 --- a/public/config.yml.sample-sui +++ /dev/null @@ -1,64 +0,0 @@ ---- -# Homepage configuration -# See https://fontawesome.com/icons for icons options - -title: "Hello beautiful!" -subtitle: "App dashboard" -logo: false -# icon: "fas fa-skull-crossbones" Optional icon - -header: true - -# Optionnal theme customization -theme: sui -colors: - light: - highlight-primary: transparent - highlight-secondary: transparent - highlight-hover: "#4a4a4a" - text-subtitle: "#424242" - dark: - background: "#2B2C56" - highlight-primary: transparent - highlight-secondary: transparent - highlight-hover: "#200b35" - text-subtitle: "#6375e8" - -# Optional navbar -# links: [] # Allows for navbar (dark mode, layout, and search) without any links -links: [] - -# Services -# First level array represent a group. -# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). -services: - - name: "APPLICATIONS" - items: - - name: "Jenkins" - logo: "assets/tools/jenkins.png" - subtitle: "Continuous integration server" - url: "https://jenkins.io/" - - name: "RabbitMQ Management" - logo: "assets/tools/rabbitmq.png" - subtitle: "Manage & monitor RabbitMQ server" - # Optional tagstyle - # Same styling options as the optional message. - tagstyle: "is-success" - url: "https://www.rabbitmq.com/" - - name: "M/Monit" - logo: "assets/tools/monit.png" - subtitle: "Monitor & manage all monit enabled hosts" - url: "https://mmonit.com/monit/" - - name: "Grafana" - logo: "assets/tools/grafana.png" - subtitle: "Metric analytics & dashboards" - url: "https://grafana.com/" - - name: "Kibana" - logo: "assets/tools/elastic.png" - subtitle: "Explore & visualize logs" - url: "https://www.elastic.co/products/kibana" - - name: "Website monitoring" - logo: "assets/tools/pingdom.png" - subtitle: "Pingdom public reports overview" - tag: "CI" - url: "https://www.pingdom.com/" -- cgit v1.2.3 From 9814a037a5158d31c77fecc8bfb3b61b45d015b3 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Fri, 29 May 2020 18:21:32 -0700 Subject: Pure CSS font awesome icon --- public/assets/tools/sample2.png | Bin 0 -> 4139 bytes public/config.yml.dist | 5 +++++ 2 files changed, 5 insertions(+) create mode 100644 public/assets/tools/sample2.png (limited to 'public') diff --git a/public/assets/tools/sample2.png b/public/assets/tools/sample2.png new file mode 100644 index 0000000..f2327c0 Binary files /dev/null and b/public/assets/tools/sample2.png differ diff --git a/public/config.yml.dist b/public/config.yml.dist index 849b391..d2f1fdf 100644 --- a/public/config.yml.dist +++ b/public/config.yml.dist @@ -69,3 +69,8 @@ services: tag: "app" url: "https://www.reddit.com/r/selfhosted/" target: "_blank" # optionnal html a tag target attribute + - name: "Another one" + logo: "assets/tools/sample2.png" + subtitle: "Another application" + tag: "app" + url: "#" -- cgit v1.2.3 From 2301d8919c28eb888ea1eb968d03376b2219a27d Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 30 May 2020 17:17:39 -0700 Subject: Adding PWA icons for proper pwa support --- public/assets/icons/android-chrome-192x192.png | Bin 0 -> 12693 bytes public/assets/icons/android-chrome-512x512.png | Bin 0 -> 16035 bytes .../icons/android-chrome-maskable-192x192.png | Bin 0 -> 12693 bytes .../icons/android-chrome-maskable-512x512.png | Bin 0 -> 16035 bytes public/assets/icons/apple-touch-icon-120x120.png | Bin 0 -> 6884 bytes public/assets/icons/apple-touch-icon-152x152.png | Bin 0 -> 9612 bytes public/assets/icons/apple-touch-icon-180x180.png | Bin 0 -> 11718 bytes public/assets/icons/apple-touch-icon-60x60.png | Bin 0 -> 3113 bytes public/assets/icons/apple-touch-icon-76x76.png | Bin 0 -> 4154 bytes public/assets/icons/apple-touch-icon.png | Bin 0 -> 11718 bytes public/assets/icons/favicon-16x16.png | Bin 0 -> 425 bytes public/assets/icons/favicon-32x32.png | Bin 0 -> 1069 bytes public/assets/icons/msapplication-icon-144x144.png | Bin 0 -> 9041 bytes public/assets/icons/mstile-150x150.png | Bin 0 -> 9378 bytes public/assets/icons/safari-pinned-tab.svg | 3 + public/assets/manifest.json | 79 +++++++++++++++++++++ 16 files changed, 82 insertions(+) create mode 100644 public/assets/icons/android-chrome-192x192.png create mode 100644 public/assets/icons/android-chrome-512x512.png create mode 100644 public/assets/icons/android-chrome-maskable-192x192.png create mode 100644 public/assets/icons/android-chrome-maskable-512x512.png create mode 100644 public/assets/icons/apple-touch-icon-120x120.png create mode 100644 public/assets/icons/apple-touch-icon-152x152.png create mode 100644 public/assets/icons/apple-touch-icon-180x180.png create mode 100644 public/assets/icons/apple-touch-icon-60x60.png create mode 100644 public/assets/icons/apple-touch-icon-76x76.png create mode 100644 public/assets/icons/apple-touch-icon.png create mode 100644 public/assets/icons/favicon-16x16.png create mode 100644 public/assets/icons/favicon-32x32.png create mode 100644 public/assets/icons/msapplication-icon-144x144.png create mode 100644 public/assets/icons/mstile-150x150.png create mode 100644 public/assets/icons/safari-pinned-tab.svg create mode 100644 public/assets/manifest.json (limited to 'public') diff --git a/public/assets/icons/android-chrome-192x192.png b/public/assets/icons/android-chrome-192x192.png new file mode 100644 index 0000000..f3d4cf4 Binary files /dev/null and b/public/assets/icons/android-chrome-192x192.png differ diff --git a/public/assets/icons/android-chrome-512x512.png b/public/assets/icons/android-chrome-512x512.png new file mode 100644 index 0000000..1218c4f Binary files /dev/null and b/public/assets/icons/android-chrome-512x512.png differ diff --git a/public/assets/icons/android-chrome-maskable-192x192.png b/public/assets/icons/android-chrome-maskable-192x192.png new file mode 100644 index 0000000..f3d4cf4 Binary files /dev/null and b/public/assets/icons/android-chrome-maskable-192x192.png differ diff --git a/public/assets/icons/android-chrome-maskable-512x512.png b/public/assets/icons/android-chrome-maskable-512x512.png new file mode 100644 index 0000000..1218c4f Binary files /dev/null and b/public/assets/icons/android-chrome-maskable-512x512.png differ diff --git a/public/assets/icons/apple-touch-icon-120x120.png b/public/assets/icons/apple-touch-icon-120x120.png new file mode 100644 index 0000000..7cf6fc6 Binary files /dev/null and b/public/assets/icons/apple-touch-icon-120x120.png differ diff --git a/public/assets/icons/apple-touch-icon-152x152.png b/public/assets/icons/apple-touch-icon-152x152.png new file mode 100644 index 0000000..264a739 Binary files /dev/null and b/public/assets/icons/apple-touch-icon-152x152.png differ diff --git a/public/assets/icons/apple-touch-icon-180x180.png b/public/assets/icons/apple-touch-icon-180x180.png new file mode 100644 index 0000000..98b4b2a Binary files /dev/null and b/public/assets/icons/apple-touch-icon-180x180.png differ diff --git a/public/assets/icons/apple-touch-icon-60x60.png b/public/assets/icons/apple-touch-icon-60x60.png new file mode 100644 index 0000000..4564921 Binary files /dev/null and b/public/assets/icons/apple-touch-icon-60x60.png differ diff --git a/public/assets/icons/apple-touch-icon-76x76.png b/public/assets/icons/apple-touch-icon-76x76.png new file mode 100644 index 0000000..dd8c536 Binary files /dev/null and b/public/assets/icons/apple-touch-icon-76x76.png differ diff --git a/public/assets/icons/apple-touch-icon.png b/public/assets/icons/apple-touch-icon.png new file mode 100644 index 0000000..98b4b2a Binary files /dev/null and b/public/assets/icons/apple-touch-icon.png differ diff --git a/public/assets/icons/favicon-16x16.png b/public/assets/icons/favicon-16x16.png new file mode 100644 index 0000000..1b14058 Binary files /dev/null and b/public/assets/icons/favicon-16x16.png differ diff --git a/public/assets/icons/favicon-32x32.png b/public/assets/icons/favicon-32x32.png new file mode 100644 index 0000000..0c8efc9 Binary files /dev/null and b/public/assets/icons/favicon-32x32.png differ diff --git a/public/assets/icons/msapplication-icon-144x144.png b/public/assets/icons/msapplication-icon-144x144.png new file mode 100644 index 0000000..96889ff Binary files /dev/null and b/public/assets/icons/msapplication-icon-144x144.png differ diff --git a/public/assets/icons/mstile-150x150.png b/public/assets/icons/mstile-150x150.png new file mode 100644 index 0000000..337f1e6 Binary files /dev/null and b/public/assets/icons/mstile-150x150.png differ diff --git a/public/assets/icons/safari-pinned-tab.svg b/public/assets/icons/safari-pinned-tab.svg new file mode 100644 index 0000000..ccf5e55 --- /dev/null +++ b/public/assets/icons/safari-pinned-tab.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file diff --git a/public/assets/manifest.json b/public/assets/manifest.json new file mode 100644 index 0000000..c7a3329 --- /dev/null +++ b/public/assets/manifest.json @@ -0,0 +1,79 @@ +{ + "name": "Dashboard", + "short_name": "homer", + "theme_color": "#3367D6", + "icons": [ + { + "src": "./assets/icons/android-chrome-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "./assets/icons/android-chrome-512x512.png", + "sizes": "512x512", + "type": "image/png" + }, + { + "src": "./assets/icons/android-chrome-maskable-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "./assets/icons/android-chrome-maskable-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "./assets/icons/apple-touch-icon-60x60.png", + "sizes": "60x60", + "type": "image/png" + }, + { + "src": "./assets/icons/apple-touch-icon-76x76.png", + "sizes": "76x76", + "type": "image/png" + }, + { + "src": "./assets/icons/apple-touch-icon-120x120.png", + "sizes": "120x120", + "type": "image/png" + }, + { + "src": "./assets/icons/apple-touch-icon-152x152.png", + "sizes": "152x152", + "type": "image/png" + }, + { + "src": "./assets/icons/apple-touch-icon-180x180.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "./assets/icons/apple-touch-icon.png", + "sizes": "180x180", + "type": "image/png" + }, + { + "src": "./assets/icons/favicon-16x16.png", + "sizes": "16x16", + "type": "image/png" + }, + { + "src": "./assets/icons/favicon-32x32.png", + "sizes": "32x32", + "type": "image/png" + }, + { + "src": "./assets/icons/msapplication-icon-144x144.png", + "sizes": "144x144", + "type": "image/png" + }, + { + "src": "./assets/icons/mstile-150x150.png", + "sizes": "150x150", + "type": "image/png" + } + ] +} -- cgit v1.2.3 From 9052ec59b75a37b4518ad39c493ee6c2d4198b98 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Sat, 30 May 2020 23:16:55 -0700 Subject: Fix logo always shown issue. --- public/config.yml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/config.yml.dist b/public/config.yml.dist index d2f1fdf..6be66e1 100644 --- a/public/config.yml.dist +++ b/public/config.yml.dist @@ -5,7 +5,7 @@ title: "Demo dashboard" subtitle: "Homer" logo: "logo.png" -# icon: "fas fa-skull-crossbones" Optional icon +# icon: "fas fa-skull-crossbones" # Optional icon header: true footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. -- cgit v1.2.3