Sha256: 3886539d2a6c210c7f0fdfa136ecfa46eccd0a6a52e82218e9c779bfd3629ecd

Contents?: true

Size: 1 KB

Versions: 9

Compression:

Stored size: 1 KB

Contents

# Settings for the demo site.
# `jekyll serve` does not auto-reload this file.

title: Hematite Theme
description: A Jekyll theme intended for course websites
permalink: pretty

hematite:
  auto_invert_imgs: true

  # Set to true to minimize the header by default
  minimize_header: false

  # Date options are as specified here:
  # https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/DateTimeFormat
  date_format:
    # Short weekday (e.g. Thu for Thursday)
    # weekday: short
    # Long weekday (e.g. Monday)
    weekday: long

    # Use two digits for the month and day
    month: 2-digit
    day: 2-digit

    # The full year
    year: numeric

    parsing:
      # True if the date should be parsed MM/DD/YYYY instead of
      # DD/MM/YYYY
      month_first: true

  sidebar:
    footer_html: 'This page was made with the Hematite Theme. <a href="https://github.com/personalizedrefrigerator/jekyll-hematite-theme">Contribute on GitHub.</a>'
    show_settings_btn: true


Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
hematite-0.1.9 _config.yml
hematite-0.1.8 _config.yml
hematite-0.1.7 _config.yml
hematite-0.1.6 _config.yml
hematite-0.1.5 _config.yml
hematite-0.1.4 _config.yml
hematite-0.1.3 _config.yml
hematite-0.1.2 _config.yml
hematite-0.0.12 _config.yml