forked from Psychtoolbox-3/psychtoolbox-3.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
40 lines (36 loc) · 748 Bytes
/
_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
name: Psychtoolbox-3
url: http://psychtoolbox.org
permalink: /:title.html
pygments: false
markdown: kramdown
gems:
- jekyll-sitemap
- jekyll-titles-from-headings
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: :as_char
toc_levels: 1..5
smart_quotes: lsquo,rsquo,ldquo,rdquo
# smart_quotes: ["apos", "apos", "ldquo", "rdquo"]
use_coderay: false
# input: GFM
titles_from_headings:
enabled: true
strip_title: true
collections: false
defaults:
-
scope:
path: "" # empty string for all files
type: pages
values:
layout: "page"
-
scope:
path: "" # empty string for all files
type: posts
values:
layout: "post"
categories: "news"
is_post: true