From 46fd4f4da18ed505264181cfa8f6a776abef9e2f Mon Sep 17 00:00:00 2001 From: Bastien Wirtz Date: Mon, 9 Mar 2020 20:59:44 -0700 Subject: [PATCH] Fix documentation exemples --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 90bbacf..edd7d70 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ If you need authentication support, you're on your own (it can be secured using ### Using docker ```sh -sudo docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml b4bz/homer:latest +sudo docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml -v /your/local/assets/:/www/assets b4bz/homer:latest ``` ### Manually @@ -34,7 +34,8 @@ title: "Simple homepage" subtitle: "Homer" logo: "assets/homer.png" # Alternatively a fa icon can be provided: -# icon: "fas fa-skull-crossbones" +# icon: "fas fa-skull-crossbones" +footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it.header: # Optional message message: @@ -42,7 +43,6 @@ message: style: "is-warning" title: "Optional message!" content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula." - footer: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. # Optional navbar links: -- 2.41.0