-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (31 loc) · 804 Bytes
/
_config.yml
File metadata and controls
36 lines (31 loc) · 804 Bytes
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
# Setup
title: Chris Glein
tagline: 'Game Design and Life'
description: 'Game design, and musings on life in general'
baseurl: /
url: https://chrisglein.com
paginate: 3
excerpt_separator: <!--more-->
related_by: tags # Match on just tags
related_limit: 5 # Include 5 related pages
related_categories: 1 # Must match at least X categorys
related_tags: 2 # Must match at least X tags
# About/contact
author:
name: 'Chris Glein'
url: https://chrisglein.com
# Gems
plugins:
- jekyll-paginate
defaults:
-
scope:
path: ""
values:
layout: "default"
-
scope:
path: "_posts"
values:
layout: "post"
author: "Chris Glein"