-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
36 lines (32 loc) · 800 Bytes
/
Copy path_config.yml
File metadata and controls
36 lines (32 loc) · 800 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
# Site settings
title: Tyler Pflueger
email: tpflueger13@gmail.com
description: Personal website and blog to share random thoughts.
baseurl: "" # the subpath of your site, e.g. /blog/
github_username: TylerPflueger
# Build settings
markdown: kramdown
permalink: /:title
# Separator
excerpt_separator: <paragraph>
#Default settings
defaults:
-
scope:
path: "" # an empty string here means all files in the project
type: "posts" # previously `post` in Jekyll 2.2.
values:
author: Tyler Pflueger
layout: "post"
-
scope:
path: "" # an empty string here means all files in the project
type: "pages" # previously `post` in Jekyll 2.2.
values:
layout: "page"
-
scope:
path: ""
type: "blog"
values:
layout: "blog"