diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-05-30 23:22:02 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-30 23:22:02 -0700 |
commit | 5fa6b6cfa6b3010279ead23088add5c5664e8ac0 (patch) | |
tree | 5f3ffa4dc62b4355d38346ef0155878ca6aeedcd /src/assets/defaults.yml | |
parent | ab7ac44c191e3b7dea696e76b74097e23f73b18c (diff) | |
parent | 9052ec59b75a37b4518ad39c493ee6c2d4198b98 (diff) | |
download | homer-5fa6b6cfa6b3010279ead23088add5c5664e8ac0.tar.gz homer-5fa6b6cfa6b3010279ead23088add5c5664e8ac0.tar.zst homer-5fa6b6cfa6b3010279ead23088add5c5664e8ac0.zip |
Merge pull request #62 from bastienwirtz/dev/build-system120405250
Build system integration using vue-cli.
Diffstat (limited to 'src/assets/defaults.yml')
-rw-r--r-- | src/assets/defaults.yml | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/src/assets/defaults.yml b/src/assets/defaults.yml new file mode 100644 index 0000000..a699d28 --- /dev/null +++ b/src/assets/defaults.yml | |||
@@ -0,0 +1,39 @@ | |||
1 | --- | ||
2 | # Default configuration | ||
3 | |||
4 | title: "Dashboard" | ||
5 | subtitle: "Homer" | ||
6 | |||
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. | ||
9 | |||
10 | theme: default | ||
11 | colors: | ||
12 | light: | ||
13 | highlight-primary: "#3367d6" | ||
14 | highlight-secondary: "#4285f4" | ||
15 | highlight-hover: "#5a95f5" | ||
16 | background: "#f5f5f5" | ||
17 | card-background: "#ffffff" | ||
18 | text: "#363636" | ||
19 | text-header: "#ffffff" | ||
20 | text-title: "#303030" | ||
21 | text-subtitle: "#424242" | ||
22 | card-shadow: rgba(0, 0, 0, 0.1) | ||
23 | link-hover: "#363636" | ||
24 | dark: | ||
25 | highlight-primary: "#3367d6" | ||
26 | highlight-secondary: "#4285f4" | ||
27 | highlight-hover: "#5a95f5" | ||
28 | background: "#131313" | ||
29 | card-background: "#2b2b2b" | ||
30 | text: "#eaeaea" | ||
31 | text-header: "#ffffff" | ||
32 | text-title: "#fafafa" | ||
33 | text-subtitle: "#f5f5f5" | ||
34 | card-shadow: rgba(0, 0, 0, 0.4) | ||
35 | link-hover: "#ffdd57" | ||
36 | |||
37 | message: ~ | ||
38 | links: [] | ||
39 | services: [] | ||