generated from MichaelCurrin/jekyll-blog-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
49 lines (37 loc) · 807 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
### Site metadata
# Don't make the title longer than this, otherwise it gets covered in mobile view.
title: Jekyll Blog Demo
description: Starter for a static website or blog - built with Jekyll, a minimal theme and GH Pages
email:
twitter_username:
github_username: MichaelCurrin
rss: RSS
### Build settings
url: https://michaelcurrin.github.io
baseurl: /jekyll-blog-demo
permalink: pretty
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
collections:
tools:
output: true
languages:
output: true
defaults:
- scope:
path: ""
values:
layout: page
exclude:
- docs/
- vendor/
- Gemfile # Gemfile.lock is implied because of how matching works.
- LICENSE
- Makefile
- README.md
- sample*.png
liquid:
error_mode: strict
strict_front_matter: true