Sha256: 1dea5bd4e4ba752bef791307dfbd791d3d3d07b46c7c3da64c75f386e1a6926d

Contents?: true

Size: 1.07 KB

Versions: 8

Compression:

Stored size: 1.07 KB

Contents

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

title: Hematite Theme
# short_title: Add a shortened version of the title for small screens
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

8 entries across 8 versions & 1 rubygems

Version Path
hematite-0.1.18 _config.yml
hematite-0.1.17 _config.yml
hematite-0.1.16 _config.yml
hematite-0.1.15 _config.yml
hematite-0.1.14 _config.yml
hematite-0.1.13 _config.yml
hematite-0.1.12 _config.yml
hematite-0.1.11 _config.yml