-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (43 loc) · 776 Bytes
/
_config.yml
File metadata and controls
43 lines (43 loc) · 776 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
39
40
41
42
43
lsi: false
incremental: false
highlighter: rouge
gist:
noscript: false
kramdown:
math_engine: mathjax
syntax_highlighter: rouge
plugins:
- jekyll-sitemap
- jekyll-paginate
- jekyll-last-modified-at
- jekyll-redirect-from
- jekyll-seo-tag
permalink: "/articles/:categories/:title"
paginate: 5
paginate_path: "/news/page:num/"
titles_from_headings:
enabled: false
strip_title: false
collections: false
collections_dir: articles
collections:
release-notes:
output: true
migration-guides:
output: true
news_posts_max: 3
include:
- .nojekyll
exclude:
- build.sh
- deploy.key
- deploy.key.enc
twitter:
card: summary
username: pybuilder_
logo: /img/logo.png
defaults:
- scope:
path: ""
values:
image: /img/logo.png