forked from operasoftware/devopera
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjekyll.yml
65 lines (61 loc) · 978 Bytes
/
jekyll.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
57
58
59
60
61
62
63
64
65
title: Dev.Opera
url: https://dev.opera.com/
permalink: /:categories/:title/
future: false
markdown: kramdown
kramdown:
auto_ids: true
transliterated_header_ids: true
include:
- '.htaccess'
- '.webmanifest'
exclude:
- '*.scss'
- '*.map'
keep_files:
- 'styles/*.css'
# Collections
collections:
authors:
output: true
permalink: /authors/:path/
extensions:
output: true
permalink: /extensions/:path/
defaults:
# Articles
- scope:
path: 'articles'
type: 'posts'
values:
category: 'articles'
layout: 'entry'
language: 'en'
# Blog
- scope:
path: 'blog'
type: 'posts'
values:
category: 'blog'
layout: 'entry'
language: 'en'
# TV
- scope:
path: 'tv'
type: 'posts'
values:
category: 'tv'
layout: 'entry'
language: 'en'
# Authors
- scope:
path: ''
type: 'authors'
values:
layout: 'author'
# Extensions
- scope:
path: ''
type: 'extensions'
values:
layout: 'document'