-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
54 lines (46 loc) · 852 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Site settings
title: MichaelGrace.org
description: "Geek blog"
url: "http://geek.michaelgrace.org"
author:
name: "Michael Grace"
url: "https://geek.michaelgrace.org"
# Build settings
baseurl: / # Change this to your relative path (ex: /blog/), or leave just a /
markdown: kramdown
source: ../
destination: ./
permalink: /:title:output_ext
paginate: 30
paginate_path: /page:num/
sass:
style: compressed
# Default values
defaults:
-
scope:
path: ""
type: "posts"
values:
layout: "post"
# Plugins
plugins:
- jekyll-paginate
- jekyll-sitemap
# Custom variables
version: "1.0.0"
# Options
custom_header: false
custom_nav_footer: false
reverse: false
exclude:
- update-site
compress_html:
clippings: []
comments: []
endings: []
ignore:
envs: []
blanklines: false
profile: true
startings: []