-
Notifications
You must be signed in to change notification settings - Fork 1
/
_config.yml
40 lines (35 loc) · 1.16 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
39
40
# See options at https://github.com/coogie/oscailte
# ----------------------- #
# Main Configs #
# ----------------------- #
url: https://github.com/Pyhive
baseurl: /pyhiveapi.docs
title: Pyhiveapi
subtitle: Hive integration libary
author: Pyhiveapi
simple_search: https://www.google.com/search
description: Python libary to interface with Hive.
theme: jekyll-theme-slate
permalink: /blog/:year/:month/:day/:title/
markdown: kramdown
pre-commit:
- check: FrontMatterVariableExists
variables: ["description", "image"]
- check: FrontMatterVariableIsNotDuplicate
variables: ["description"]
- check: FrontMatterVariableMeetsLengthRequirements
variables: ["description", "title"]
- check: NoDuplicateTags
# Default date format is "ordinal" (resulting in "July 22nd 2007")
# You can customize the format as defined in
# http://www.ruby-doc.org/core-1.9.2/Time.html#method-i-strftime
# Additionally, %o will give you the ordinal representation of the day
date_format: "ordinal"
# ----------------------- #
# Jekyll & Plugins #
# ----------------------- #
plugins:
- jekyll-time-to-read
- jekyll-toc
- jekyll-redirect-from
- jekyll-relative-links