aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/assets/config.yml.dist9
-rw-r--r--public/assets/config.yml.dist.sample-sui2
-rw-r--r--public/assets/custom.css.sample8
3 files changed, 14 insertions, 5 deletions
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist
index 6be66e1..85478ec 100644
--- a/public/assets/config.yml.dist
+++ b/public/assets/config.yml.dist
@@ -10,7 +10,7 @@ logo: "logo.png"
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.
12 12
13# Optionnal theme customization 13# Optional theme customization
14theme: default 14theme: default
15colors: 15colors:
16 light: 16 light:
@@ -42,7 +42,8 @@ colors:
42message: 42message:
43 #url: https://b4bz.io 43 #url: https://b4bz.io
44 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. 44 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
45 title: "👋 Demo !" 45 title: "Demo !"
46 icon: "fa fa-grin"
46 content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>" 47 content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>"
47 48
48# Optional navbar 49# Optional navbar
@@ -51,7 +52,7 @@ links:
51 - name: "Contribute" 52 - name: "Contribute"
52 icon: "fab fa-github" 53 icon: "fab fa-github"
53 url: "https://github.com/bastienwirtz/homer" 54 url: "https://github.com/bastienwirtz/homer"
54 target: "_blank" # optionnal html a tag target attribute 55 target: "_blank" # optional html a tag target attribute
55 - name: "Wiki" 56 - name: "Wiki"
56 icon: "fas fa-book" 57 icon: "fas fa-book"
57 url: "https://www.wikipedia.org/" 58 url: "https://www.wikipedia.org/"
@@ -68,7 +69,7 @@ services:
68 subtitle: "Bookmark example" 69 subtitle: "Bookmark example"
69 tag: "app" 70 tag: "app"
70 url: "https://www.reddit.com/r/selfhosted/" 71 url: "https://www.reddit.com/r/selfhosted/"
71 target: "_blank" # optionnal html a tag target attribute 72 target: "_blank" # optional html a tag target attribute
72 - name: "Another one" 73 - name: "Another one"
73 logo: "assets/tools/sample2.png" 74 logo: "assets/tools/sample2.png"
74 subtitle: "Another application" 75 subtitle: "Another application"
diff --git a/public/assets/config.yml.dist.sample-sui b/public/assets/config.yml.dist.sample-sui
index 71eaef0..ff7f80a 100644
--- a/public/assets/config.yml.dist.sample-sui
+++ b/public/assets/config.yml.dist.sample-sui
@@ -9,7 +9,7 @@ logo: false
9 9
10header: true 10header: true
11 11
12# Optionnal theme customization 12# Optional theme customization
13theme: sui 13theme: sui
14colors: 14colors:
15 light: 15 light:
diff --git a/public/assets/custom.css.sample b/public/assets/custom.css.sample
new file mode 100644
index 0000000..00658d7
--- /dev/null
+++ b/public/assets/custom.css.sample
@@ -0,0 +1,8 @@
1@charset "UTF-8";
2
3/* Custom card colors */
4/* Use with `class:` property of services in config.yml */
5body #app .card.green {
6 background-color: #006600;
7 color: #00ff00;
8}