]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Fix logo always shown issue. 62/head
authorBastien Wirtz <bastien.wirtz@gmail.com>
Sun, 31 May 2020 06:16:55 +0000 (23:16 -0700)
committerBastien Wirtz <bastien.wirtz@gmail.com>
Sun, 31 May 2020 06:16:55 +0000 (23:16 -0700)
README.md
public/config.yml.dist
src/assets/defaults.yml

index 28a2046a50a6d4b19bd23fcd7d06d0ee0f09ebf9..8151c4d9c3644c7831176d5e005ba2d16cd15b20 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,6 +47,8 @@ npm run build
 ```
 
 Then your dashboard is ready to use in the `/dist` directory.
+The `dist` directory is meant to be served by an HTTP server, so **it will not work if you open dist/index.html directly over file:// protocol**.
+
 Use it like any static HTML content (use a webserver or open the html index directly).
 
 ## Developement
index d2f1fdfd0ec15d5a03d04fc3af44b27754267655..6be66e1be91d4ee4c03e25a079e81a1e6d8dbf9e 100644 (file)
@@ -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: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
index bf3a36778430fe19649c8157daa231184894d2c3..a699d28e336bc712e860311c884250350383aaca 100644 (file)
@@ -3,7 +3,6 @@
 
 title: "Dashboard"
 subtitle: "Homer"
-logo: "logo.png"
 
 header: true
 footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.