aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-05-30 23:16:55 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-05-30 23:16:55 -0700
commit9052ec59b75a37b4518ad39c493ee6c2d4198b98 (patch)
tree5f3ffa4dc62b4355d38346ef0155878ca6aeedcd
parent2301d8919c28eb888ea1eb968d03376b2219a27d (diff)
downloadhomer-9052ec59b75a37b4518ad39c493ee6c2d4198b98.tar.gz
homer-9052ec59b75a37b4518ad39c493ee6c2d4198b98.tar.zst
homer-9052ec59b75a37b4518ad39c493ee6c2d4198b98.zip
Fix logo always shown issue.
-rw-r--r--README.md2
-rw-r--r--public/config.yml.dist2
-rw-r--r--src/assets/defaults.yml1
3 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 28a2046..8151c4d 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,8 @@ npm run build
47``` 47```
48 48
49Then your dashboard is ready to use in the `/dist` directory. 49Then your dashboard is ready to use in the `/dist` directory.
50The `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**.
51
50Use it like any static HTML content (use a webserver or open the html index directly). 52Use it like any static HTML content (use a webserver or open the html index directly).
51 53
52## Developement 54## Developement
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 @@
5title: "Demo dashboard" 5title: "Demo dashboard"
6subtitle: "Homer" 6subtitle: "Homer"
7logo: "logo.png" 7logo: "logo.png"
8# icon: "fas fa-skull-crossbones" Optional icon 8# icon: "fas fa-skull-crossbones" # Optional icon
9 9
10header: true 10header: true
11footer: '<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. 11footer: '<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.
diff --git a/src/assets/defaults.yml b/src/assets/defaults.yml
index bf3a367..a699d28 100644
--- a/src/assets/defaults.yml
+++ b/src/assets/defaults.yml
@@ -3,7 +3,6 @@
3 3
4title: "Dashboard" 4title: "Dashboard"
5subtitle: "Homer" 5subtitle: "Homer"
6logo: "logo.png"
7 6
8header: true 7header: true
9footer: '<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. 8footer: '<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.