aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2018-11-12 21:14:38 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2018-11-12 21:30:24 -0800
commite41196e76e6b184fc918fb44adc9af0ff3fdae30 (patch)
tree58e759b9b8940d195ed666749e2cd0946e2abb86 /README.md
parent9ca12a40f404ba15d67068087dc521be7d69eefb (diff)
downloadhomer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.tar.gz
homer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.tar.zst
homer-e41196e76e6b184fc918fb44adc9af0ff3fdae30.zip
Deps update & minor UI adjustments
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/README.md b/README.md
index 709423f..40dcdd3 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ If you need authentication support, you're on your own (it can be secured using
8 8
9**How to build / install it? Where is the webpack config?** 9**How to build / install it? Where is the webpack config?**
10There is no build system (😱), use it like that! It'meant to be stupid simple & zero maintenance required. just copy the static files somewhere, and visit the `index.html`. 10There is no build system (😱), use it like that! It'meant to be stupid simple & zero maintenance required. just copy the static files somewhere, and visit the `index.html`.
11 11
12 12
13## configuration 13## configuration
14 14
@@ -18,11 +18,13 @@ Title, icons, links, colors, and services can be configured in the `config.yml`
18```yaml 18```yaml
19--- 19---
20# Homepage configuration 20# Homepage configuration
21# See https://fontawesome.com/v4.7.0/icons/ for icons options 21# See https://fontawesome.com/icons for icons options
22 22
23title: "Simple homepage" 23title: "Simple homepage"
24subtitle: "Homer" 24subtitle: "Homer"
25logo: "assets/homer.png" 25logo: "assets/homer.png"
26# Alternatively a fa icon can be provided:
27# icon: "fas fa-skull-crossbones"
26 28
27# Optional message 29# Optional message
28message: 30message:
@@ -48,6 +50,8 @@ services:
48 items: 50 items:
49 - name: "Jenkins" 51 - name: "Jenkins"
50 logo: "/assets/tools/jenkins.png" 52 logo: "/assets/tools/jenkins.png"
53 # Alternatively a fa icon can be provided:
54 # icon: "fab fa-jenkins"
51 subtitle: "Continuous integration server" 55 subtitle: "Continuous integration server"
52 tag: "CI" 56 tag: "CI"
53 url: "#" 57 url: "#"
@@ -79,4 +83,4 @@ services:
79 tag: "CI" 83 tag: "CI"
80 url: "#" 84 url: "#"
81 85
82``` \ No newline at end of file 86```