# ------------------------------------------------------------------------------ # ~/_data/blocks/defaults/banner.yml # Default configuration settings for BANNER lanes # # Product/Info: # https://jekyll.one # # Copyright (C) 2019 Juergen Adams # # J1 Template is licensed under the MIT License. # See: https://github.com/jekyll-one-org/j1_template/blob/master/LICENSE # # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # DEFAULT settings # defaults: # ---------------------------------------------------------------------------- # Global settings # data_path: /assets/data/banner/index.html # ---------------------------------------------------------------------------- # DIVIDER banner # divider: # -------------------------------------------------------------------------- # DIVIDER banner properties # id: divider enabled: false type: divider comment: Default Divider Banner lane_span: fixed helper_classes: mt-4 mb-4 teaser: # -------------------------------------------------------------------------- # TEASER banner properties # enabled: false id: teaser_banner type: teaser comment: Default Teaser Banner icon_family: MDI style: light background_color_1: md_gray_50 background_color_2: md_gray_50 lane_span: fixed helper_classes: mt-4 mb-4 cards: card: enabled: true width: 12 type: text animate: fadeInUp title: Title line description: > Main teaser (description) text tagline: > Tagline below buttons: - button: text: Button-1 class: btn-primary btn-raised btn-flex icon: image icon_color: md_white icon_size: lg href: javascript:void(0) target: blank - button: text: Button-2 class: btn-primary btn-raised btn-flex icon: image icon_color: md_white icon_size: lg href: javascript:void(0) target: blank - button: text: Button-3 class: btn-danger btn-raised btn-flex icon: image icon_color: md_white icon_size: lg href: javascript:void(0) target: blank image: # -------------------------------------------------------------------------- # IMAGE Banner properties # enabled: false id: image_banner type: image comment: Default Image Banner background_color_1: md_gray_300 background_color_2: md_gray_50 lane_span: fluid helper_classes: mt-4 mb-4 cards: card: enabled: false gridify: false size_y: 450 darken: 1 background_image: /assets/images/master_header/ideas-start-here-1920x1200.png buttons: button: text: Button class: btn-primary btn-raised btn-flex icon: image icon_color: md_white icon_size: lg href: javascript:void(0) target: blank parallax: # -------------------------------------------------------------------------- # PARALLAX Banner properties # enabled: false id: parallax_banner type: parallax comment: Default Parallax Banner style: dark background_color_1: md_gray_300 background_color_2: md_gray_50 lane_span: fluid helper_classes: mt-4 mb-4 cards: card: enabled: true type: quote cite_text: > Cite text cite: Cite text_color: rgba_lighten_900 cite_color: rgba_lighten gridify: true size_y: 300 darken: 7 background_image: /assets/images/quotes/people.png buttons: button: text: Button class: btn-primary btn-raised btn-flex icon: image icon_color: md_white icon_size: lg href: javascript:void(0) target: blank # ---------------------------------------------------------------------------- # EXCEPTION banner # # NOTE: # The EXCEPTION banner is used to place additional information to the # (default) exception CONTAINER if processing of a banner has failed # exception: # -------------------------------------------------------------------------- # EXCEPTION banner properties # id: exception_container enabled: true type: exception comment: Default Exception Banner lane_span: fixed helper_classes: mt-4 mb-4 # END config # ------------------------------------------------------------------------------