forked from dyutibarma/monochrome
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
39 lines (34 loc) · 804 Bytes
/
_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
# Site settings
title: Monochrome | A minimal, responsive Jekyll blog theme
description: "A minimal, responsive, ready to use blog template, built with Jekyll."
url: "http://www.dyutibarma.github.io/monochrome"
author:
name: "The Review Index"
email: "[email protected]"
url: "https://thereviewindex.com"
# Build settings
baseurl: /monochrome # Change this to your relative path (ex: /blog/), or leave just a /
markdown: kramdown
source: .
destination: ./_site
permalink: /:title
paginate: 8
paginate_path: /page:num/
# Default values
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Plugins
gems:
- jekyll-paginate
- jekyll-sitemap
# Custom variables
version: "1.0.0"
# Options
custom_header: false
custom_nav_footer: false
reverse: false