diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-09 19:24:43 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-09 21:55:29 -0700 |
commit | e9113b48cec284b041e4130e6afe932913f52d36 (patch) | |
tree | 41323e3ec1c515524de5c40b9939f95c9a13dca3 /src/assets/defaults.yml | |
parent | 1a42e30a1752be5ab0fba5b224fad5686f12499e (diff) | |
download | homer-e9113b48cec284b041e4130e6afe932913f52d36.tar.gz homer-e9113b48cec284b041e4130e6afe932913f52d36.tar.zst homer-e9113b48cec284b041e4130e6afe932913f52d36.zip |
Optionnal connectivity check
Diffstat (limited to 'src/assets/defaults.yml')
-rw-r--r-- | src/assets/defaults.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/assets/defaults.yml b/src/assets/defaults.yml index a699d28..b2960c9 100644 --- a/src/assets/defaults.yml +++ b/src/assets/defaults.yml | |||
@@ -7,6 +7,8 @@ subtitle: "Homer" | |||
7 | header: true | 7 | header: true |
8 | 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. | 8 | 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. |
9 | 9 | ||
10 | connectivityCheck: true | ||
11 | |||
10 | theme: default | 12 | theme: default |
11 | colors: | 13 | colors: |
12 | light: | 14 | light: |