diff options
author | Gabe Cook <gabe565@gmail.com> | 2020-10-15 13:16:45 -0500 |
---|---|---|
committer | Gabe Cook <gabe565@gmail.com> | 2020-10-15 13:22:51 -0500 |
commit | 0e045b4c55042c1b2e97c3c7b005f83f96106841 (patch) | |
tree | c089f5d621ecdec447d2cb886e151936971f6792 /public/assets/config.yml.dist | |
parent | e60870140461be59347a57e5e3ad1657a6326437 (diff) | |
download | homer-0e045b4c55042c1b2e97c3c7b005f83f96106841.tar.gz homer-0e045b4c55042c1b2e97c3c7b005f83f96106841.tar.zst homer-0e045b4c55042c1b2e97c3c7b005f83f96106841.zip |
Add support for a message icon
Diffstat (limited to 'public/assets/config.yml.dist')
-rw-r--r-- | public/assets/config.yml.dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index 92133d9..85478ec 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist | |||
@@ -42,7 +42,8 @@ colors: | |||
42 | message: | 42 | message: |
43 | #url: https://b4bz.io | 43 | #url: https://b4bz.io |
44 | style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. | 44 | style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. |
45 | title: "👋 Demo !" | 45 | title: "Demo !" |
46 | icon: "fa fa-grin" | ||
46 | content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>" | 47 | content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>" |
47 | 48 | ||
48 | # Optional navbar | 49 | # Optional navbar |