Sha256: c23029d35362202c18bbf8c17f7aee32ff08341f5e14071dea0ad12a950e275d

Contents?: true

Size: 1.08 KB

Versions: 8

Compression:

Stored size: 1.08 KB

Contents

$doc:
  desc: Placement and design of various layout elements.
page-header:
  $doc:
    desc: Settings for the `header` area of the layout
    args:
      show_logo_source: {type: String, desc: "Path of header logo image file; allows Liquid"}
      show_logo_width: {type: String, desc: "Width of the header logo image"}
  show:
    logo:
      source: "{{ images_url }}/logo.png"
      width: 50px
page-footer:
  $doc:
    desc: Settings for the `footer` area of the layout
    args:
      show_logo_source: {type: String, desc: "Path of footer logo image file; allows Liquid"}
      show_logo_width: {type: String, desc: Width of the footer logo image}
      opts_first-col-class: {type: String, desc: The class of the first column in the footer}
  show:
    logo:
      source: "{{ images_url }}/docops-labs-logo.png"
      width: 150px
    opts:
      class: "row flex-xl-nowrap"
      first-col-class: offset-2 # how far to offset the link columns
social-links:
  $doc:
    desc: Settings for social links.
    args:
      show_spot: Where in the layout to place the social links.
  show:
    spot: footer

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
asciidocsy-0.3.0 _data/theme/blocks.yml
asciidocsy-0.3.0.pre.rc4 _data/theme/blocks.yml
asciidocsy-0.3.0.pre.rc3 _data/theme/blocks.yml
asciidocsy-0.3.0.pre.rc2 _data/theme/blocks.yml
asciidocsy-0.3.0.pre.rc1 _data/theme/blocks.yml
asciidocsy-jekyll-theme-0.3.0.pre.rc2 _data/theme/blocks.yml
asciidocsy-jekyll-theme-0.3.0.pre.rc1 _data/theme/blocks.yml
asciidocsy-jekyll-theme-0.3.0.pre.dev _data/theme/blocks.yml