-
Notifications
You must be signed in to change notification settings - Fork 245
/
_config.yml
56 lines (52 loc) · 869 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
title: Dev.Opera
url: https://dev.opera.com/
permalink: /:categories/:title/
future: true
markdown: kramdown
kramdown:
auto_ids: true
transliterated_header_ids: true
include:
- '.htaccess'
exclude:
- 'node_modules'
- 'package.json'
- 'bower_components'
- 'bower.json'
- 'Gruntfile.js'
- 'install.sh'
- 'README.md'
- 'LICENSE.md'
- 'CONTRIBUTING.md'
- '*.scss'
collections:
authors:
output: true
permalink: /authors/:path/
defaults:
- scope:
path: 'articles'
type: 'posts'
values:
category: 'articles'
layout: 'entry'
language: 'en'
- scope:
path: 'blog'
type: 'posts'
values:
category: 'blog'
layout: 'entry'
language: 'en'
- scope:
path: 'tv'
type: 'posts'
values:
category: 'tv'
layout: 'entry'
language: 'en'
- scope:
path: ''
type: 'authors'
values:
layout: 'author'