diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-09 21:54:13 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-09 21:55:29 -0700 |
commit | 9e4fe0d2274b00106e6a46a11242dcac1c10e8a1 (patch) | |
tree | bcabec9fcc38c063fb0c8de8dfb781463b95b7e0 /src/assets | |
parent | e9113b48cec284b041e4130e6afe932913f52d36 (diff) | |
download | homer-9e4fe0d2274b00106e6a46a11242dcac1c10e8a1.tar.gz homer-9e4fe0d2274b00106e6a46a11242dcac1c10e8a1.tar.zst homer-9e4fe0d2274b00106e6a46a11242dcac1c10e8a1.zip |
Customizable number of columns130585124
Diffstat (limited to 'src/assets')
-rw-r--r-- | src/assets/defaults.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assets/defaults.yml b/src/assets/defaults.yml index b2960c9..99f5ed5 100644 --- a/src/assets/defaults.yml +++ b/src/assets/defaults.yml | |||
@@ -7,6 +7,7 @@ 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 | columns: 3 | ||
10 | connectivityCheck: true | 11 | connectivityCheck: true |
11 | 12 | ||
12 | theme: default | 13 | theme: default |