aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-03-09 20:59:44 -0700
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-03-09 20:59:44 -0700
commit46fd4f4da18ed505264181cfa8f6a776abef9e2f (patch)
tree5fc2c1fe438ecc8461528b18234e6f2aa678aec2 /README.md
parentb79e6ed17cf3f06f6e84dff04751df8f17c0f49f (diff)
downloadhomer-46fd4f4da18ed505264181cfa8f6a776abef9e2f.tar.gz
homer-46fd4f4da18ed505264181cfa8f6a776abef9e2f.tar.zst
homer-46fd4f4da18ed505264181cfa8f6a776abef9e2f.zip
Fix documentation exemples
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files 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
12### Using docker 12### Using docker
13 13
14```sh 14```sh
15sudo docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml b4bz/homer:latest 15sudo docker run -p 8080:8080 -v /your/local/config.yml:/www/config.yml -v /your/local/assets/:/www/assets b4bz/homer:latest
16``` 16```
17 17
18### Manually 18### Manually
@@ -34,7 +34,8 @@ title: "Simple homepage"
34subtitle: "Homer" 34subtitle: "Homer"
35logo: "assets/homer.png" 35logo: "assets/homer.png"
36# Alternatively a fa icon can be provided: 36# Alternatively a fa icon can be provided:
37# icon: "fas fa-skull-crossbones" 37# icon: "fas fa-skull-crossbones"
38footer: '<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.header:
38 39
39# Optional message 40# Optional message
40message: 41message:
@@ -42,7 +43,6 @@ message:
42 style: "is-warning" 43 style: "is-warning"
43 title: "Optional message!" 44 title: "Optional message!"
44 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." 45 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."
45 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.
46 46
47# Optional navbar 47# Optional navbar
48links: 48links: