From e41196e76e6b184fc918fb44adc9af0ff3fdae30 Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 12 Nov 2018 21:14:38 -0800 Subject: Deps update & minor UI adjustments --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'README.md') 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 **How to build / install it? Where is the webpack config?** There 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`. - + ## configuration @@ -18,11 +18,13 @@ Title, icons, links, colors, and services can be configured in the `config.yml` ```yaml --- # Homepage configuration -# See https://fontawesome.com/v4.7.0/icons/ for icons options +# See https://fontawesome.com/icons for icons options title: "Simple homepage" subtitle: "Homer" logo: "assets/homer.png" +# Alternatively a fa icon can be provided: +# icon: "fas fa-skull-crossbones" # Optional message message: @@ -48,6 +50,8 @@ services: items: - name: "Jenkins" logo: "/assets/tools/jenkins.png" + # Alternatively a fa icon can be provided: + # icon: "fab fa-jenkins" subtitle: "Continuous integration server" tag: "CI" url: "#" @@ -79,4 +83,4 @@ services: tag: "CI" url: "#" -``` \ No newline at end of file +``` -- cgit v1.2.3