# ------------------------------------------------------------------------------ # ~/_data/modules/j1_parallax.yml # Template specific configuration data to configure parallax features # used for (banner) quotes and sliders # # 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 # # ------------------------------------------------------------------------------ # NOTE: # By J1 template, "Liquid Procedures" are being used intensively. To load # HTML data for a layout, the loader procedure places the data based this # YAML data file into the REGION specified with a LANE. # ------------------------------------------------------------------------------ # ------------------------------------------------------------------------------ # General Parallax Quote (Banner) settings # # Global configuration for parallax|banner quotes. These settings are # side-wide and should match your theme not individual images. Be careful # for the selection of banner images. # # Individual settings (e.g. page placement, cite, source) are configured # with the panels configuration (j1_panels.yml). # # gridify # ---------------------------------------------------------------------------- # If enabled, a grit pattern is placed over the background image. This # puts some "noise" on the image to focus more on the quote|text rather # than the image. # # values: boolean (true|false) # default: true # # gridifier # ---------------------------------------------------------------------------- # Pixel image used to gridify the background image of the banner. # # values: image path|name (string) # default: /assets/images/patterns/gridtile.png # # darken # ---------------------------------------------------------------------------- # Sets the lightning for the banner|background image. As higher the value # for darken as less is the (background) light. Values are out of the # range from 1 (light) to 9 (dark). Useful to focus on the quote|text # rather than the background image. # # values: number [1 .. 9] # default: 3 # # background # ---------------------------------------------------------------------------- # Default background image of the banner if no other image is specified with # the panels configuration (j1_panels.yml). # # values: image path|name (string) # default: /assets/images/quotes/default.png # ------------------------------------------------------------------------------ parallax_quote: gridify: true gridifier: /assets/images/patterns/gridtile.png text_color: rgba_lighten cite_color: rgba_lighten darken: 3 background: /assets/images/quotes/default.png background_pos_x: 50% background_pos_y: 0 # ------------------------------------------------------------------------------ # General Parallax Slider settings # # Global configuration for parallax|banner quotes. These settings are # side-wide and should match your theme not individual images. Be careful # for the selection of banner images. # # Individual settings (e.g. page placement, cite, source) are configured # with the panels configuration (j1_panels.yml). # parallax_slider: - owl_slider: gridify: true gridifyer: /assets/images/patterns/gridtile.png darken: 3 background: /assets/images/quotes/default.png # END config # ------------------------------------------------------------------------------