-
Notifications
You must be signed in to change notification settings - Fork 28
/
_config.yml
49 lines (46 loc) · 927 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
permalink: /post/:title/
exclude: ["_dev.yml","_config.yml", ".gitignore", "README.md", ".jekyll-cache"]
url: "https://blog.omgmog.net"
safe: true
excerpt_separator: "<!-- more -->"
keep_files: ["images/","assets/","CNAME"]
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
sass:
style: compressed
title: "Max Glenister"
plugins:
- jekyll-feed
- jekyll-sitemap
whitelist:
- jekyll-feed
- jekyll-sitemap
feed:
posts_limit: 1000
excerpt_only: true
# Used by jekyll-feed
author:
name: Max Glenister
collections:
cardboctober:
output: true
permalink: /:collection/:title/
defaults:
- scope:
type: "posts"
values:
layout: post
type: blog
content_type: article
- scope:
type: "cardboctober"
values:
layout: post
tags: [vr, cardboctober]
content_type: article
- scope:
type: "pages"
values:
layout: page