diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-02-26 21:56:25 -0800 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-02-26 21:56:25 -0800 |
commit | 51956c3abd8789a87c19bc71c6592d4e052e5dea (patch) | |
tree | 0a83b44321f463011fbc6e0ed0ef50b33597759a /config.yml | |
parent | 672bd42a799abf6fb39a0763188d8dbc88fbda66 (diff) | |
download | homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.tar.gz homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.tar.zst homer-51956c3abd8789a87c19bc71c6592d4e052e5dea.zip |
Optionnal footer support
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,9 +6,9 @@ title: "Demo homepage" | |||
6 | subtitle: "Homer" | 6 | subtitle: "Homer" |
7 | logo: "assets/logo.png" | 7 | logo: "assets/logo.png" |
8 | # icon: "fas fa-skull-crossbones" Optional icon | 8 | # icon: "fas fa-skull-crossbones" Optional icon |
9 | 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. | ||
9 | 10 | ||
10 | # Optional message | 11 | # Optional message |
11 | # | ||
12 | message: | 12 | message: |
13 | # url: https://.... | 13 | # url: https://.... |
14 | style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. | 14 | style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. |