-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
83 lines (74 loc) · 1.66 KB
/
_config.yml
File metadata and controls
83 lines (74 loc) · 1.66 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Site settings
title: An exercise in futility
markdown: kramdown
email: raystanza@raystanza.uk
description: >- # ignore newlines until "baseurl:"
This is a playground where an alternate 'Me' lives.
baseurl: "" # e.g. /docs
url: "https://raystanza.uk"
twitter_username: raystanza
github_username: raystanza
author: _data/author.yml
# Default Open Graph Settings
og:
title: "An Exercise in Futility"
description: "A personal blog and portfolio by Jim Sines."
type: "website"
image: "/assets/icons/og-image-original.png"
# Build settings
plugins:
- jekyll-feed
- jekyll-avatar
- jekyll-github-metadata
- jemoji
- jekyll-seo-tag
- jekyll-paginate
paginate: 10
paginate_path: "/blog/page/:num/"
collections_dir: all_collections
collections:
posts:
output: true
projects:
output: true
permalink: /projects/:title/
defaults:
- scope:
path: "_posts"
values:
layout: "post"
permalink: /posts/:title/
og_type: "article"
twitter:
card: "summary_large_image"
- scope:
path: "_projects"
values:
layout: "project"
permalink: /projects/:title/
og_type: "article"
twitter:
card: "summary_large_image"
seo:
title: "An Exercise in Futility"
description: "A personal blog and portfolio by Jim Sines."
url: "https://raystanza.uk"
image: "/assets/icons/og-image.png"
twitter: "@raystanza"
# Excluded items
exclude:
- "sitemap.xml"
- "feed.xml"
- "LICENSE"
- "README.md"
# - .sass-cache/
# - .jekyll-cache/
# - gemfiles/
# - Gemfile
# - Gemfile.lock
# - node_modules/
# - vendor/bundle/
# - vendor/cache/
# - vendor/gems/
# - vendor/ruby/
github: [metadata]