-
Notifications
You must be signed in to change notification settings - Fork 2
/
_config.yml
49 lines (38 loc) · 1.02 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
# Site settings
title: Poor Fish Testsuite
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
Very hard chess test suite
baseurl: "" # the subpath of your site, e.g. /blog
url: "" # the base hostname & protocol for your site
#google_analytics: #your GA unique id, e.g. UA-xxxxxxxx-x
#disqus_username: #Your disqus_username to add comments on the post
# Optional settings
#github: #your github username
#linkedin: #linkedin username
#ads: false # add your ad code in _includes/ad.html file
# Build settings
markdown: kramdown
sass:
style: compressed
gems:
- jekyll-redirect-from
- jekyll-mentions
- jekyll-paginate
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-feed
- jemoji
defaults:
- {scope: {type: posts}, values: {layout: post, permalink : '/positions/:title'}}
include:
- _pages
exclude:
- CNAME
- README.md
- Gemfile
- Gemfile.lock
- tests
paginate: 15
paginate_path: 'p/:num'
excerpt_separator: <!--more-->