X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=public%2Fassets%2Fconfig.yml.dist;h=63d022a08e98c73e972d7428d4f730153161dece;hb=db2a2af3a4664366257957400b9eaadf795808c2;hp=6be66e1be91d4ee4c03e25a079e81a1e6d8dbf9e;hpb=ae73d7a5a0a3ae38c99f30b85275b3b253f0bd08;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/public/assets/config.yml.dist b/public/assets/config.yml.dist index 6be66e1..63d022a 100644 --- a/public/assets/config.yml.dist +++ b/public/assets/config.yml.dist @@ -10,7 +10,7 @@ logo: "logo.png" header: true footer: '

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

' # set false if you want to hide it. -# Optionnal theme customization +# Optional theme customization theme: default colors: light: @@ -24,6 +24,7 @@ colors: text-title: "#303030" text-subtitle: "#424242" card-shadow: rgba(0, 0, 0, 0.1) + link: "#3273dc" link-hover: "#363636" dark: highlight-primary: "#3367d6" @@ -36,13 +37,15 @@ colors: text-title: "#fafafa" text-subtitle: "#f5f5f5" card-shadow: rgba(0, 0, 0, 0.4) + link: "#3273dc" link-hover: "#ffdd57" # Optional message message: #url: https://b4bz.io style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. - title: "👋 Demo !" + title: "Demo !" + icon: "fa fa-grin" content: "This is a dummy homepage demo.
Find more information on github.com/bastienwirtz/homer" # Optional navbar @@ -51,10 +54,15 @@ links: - name: "Contribute" icon: "fab fa-github" url: "https://github.com/bastienwirtz/homer" - target: "_blank" # optionnal html a tag target attribute + target: "_blank" # optional html a tag target attribute - name: "Wiki" icon: "fas fa-book" url: "https://www.wikipedia.org/" + # this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file + # see url field and assets/additional-page.yml.dist used in this example: + - name: "another page!" + icon: "fas fa-file-alt" + url: "#additional-page" # Services # First level array represent a group. @@ -68,7 +76,7 @@ services: subtitle: "Bookmark example" tag: "app" url: "https://www.reddit.com/r/selfhosted/" - target: "_blank" # optionnal html a tag target attribute + target: "_blank" # optional html a tag target attribute - name: "Another one" logo: "assets/tools/sample2.png" subtitle: "Another application"