-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_config.yml
More file actions
38 lines (33 loc) · 712 Bytes
/
_config.yml
File metadata and controls
38 lines (33 loc) · 712 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
plugins:
- jekyll-feed
- jekyll-tagging-related_posts
- jekyll-mentions
- jekyll-compose
- jekyll-redirect-from
- jekyll-seo-tag # Add for better SEO
- jekyll-minifier
incremental: true
sass:
style: compressed
defaults:
- scope:
path: ''
type: 'posts'
values:
layout: 'post'
robots: 'index, follow'
header_pages:
- pages/blog.md
- pages/files.md
- pages/about.md
include:
- 'files'
exclude:
- 'update.sh'
- 'jekyll-theme-console.gemspec'
- 'Rakefile'
- 'vendor/bundle'
footer:
- 'follow on <a href="https://twitter.com/0x7C2f">Twitter</a>'
- '|'
- '<a href="/feed.xml">RSS Feed</a>'