-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
87 lines (75 loc) · 1.57 KB
/
_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
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
84
85
86
87
name: Kyle Niewiada's Website
author: Kyle Niewiada
description: My little corner of the Internet where I write about projects I've figured out
timezone: America/Detroit
locale: "en-US"
paginate_path: blog/page/:num/
permalink: blog/:year/:month/:title/
ampdir: /amp
# Collection of single pages. Helps keep organized.
collections:
pages_standalone:
output: true
paginate: 5
url: "https://www.kyleniewiada.org"
baseurl: ""
sass:
sass_dir: _sass
style: compressed
exclude:
- browserconfig.xml
- gulpfile.js
- LICENSE.txt
- package.json
- package-lock.json
- Rakefile
- spec
plugins:
- amp-jekyll
- jekyll-feed
- jekyll-gist
- jekyll-paginate
- jekyll-redirect-from
- jekyll-seo-tag
- jekyll-sitemap
# Serving
detach: false
port: 3000
host: localhost
#Social/SEO
twitter:
username: CrypticCitrus
facebook:
app_id: 137961485759
logo: /assets/img/logo.png
social:
links:
- https://www.facebook.com/KyleNiewiada
- https://x.com/CrypticCitrus
- https://www.youtube.com/KyleNiewiada
- https://plus.google.com/u/0/+KyleNiewiada
- https://kyleniewiada.bandcamp.com
- https://github.com/aav7fl/
- https://www.linkedin.com/in/kyleniewiada
#Defaults
values: &post_val
layout: post
author: Kyle Niewiada
seo:
type: BlogPosting
regenerate: true
defaults:
- scope:
path: ""
values:
image:
path: /assets/img/default-card.png
height: 400
width: 700
alt: Default-card
- scope:
path: _posts
values: *post_val
- scope:
path: _drafts
values: *post_val