-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
51 lines (38 loc) · 807 Bytes
/
Copy path_config.yml
File metadata and controls
51 lines (38 loc) · 807 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
### Site metadata
# Don't make the title longer than this, otherwise it gets covered in mobile view.
title: cass deckard
description: cass deckard dot github dot io
github_username: cassdeckard
linkedin_username: cass-deckard
rss: RSS
### Build settings
url: https://cassdeckard.github.io
repository_name: /cassdeckard.github.io
baseurl: /
permalink: pretty
remote_theme: jekyll/minima
minima:
skin: dark
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-remote-theme
collections:
projects:
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