-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (29 loc) · 1.07 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# 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