forked from TrustedFirmwareWebsite/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
56 lines (56 loc) · 1.16 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
50
51
52
53
54
55
56
title: Trusted Firmware
email: [email protected]
description: >-
Arm’s Trusted Firmware is adopting Open Governance and is now and Open Source project managed by Linaro.
baseurl: ""
url: "https://www.trustedfirmware.org"
markdown: kramdown
blog_images_dir: assets/images/
theme: jumbo-jekyll-theme
plugins:
- jekyll-data
exclude:
- .asset-cache
- .sass-cache
- _site
- production.trustedfirmware.org
- staging.trustedfirmware.org
- Gemfile
- Gemfile.lock
- build-site.sh
- check-links.sh
- CODEOWNERS
permalink: /:categories/:title/
collections:
authors:
output: true
permalink: /author/:name/
assets:
compress:
js: true
autoprefixer:
browsers: ["last 2 versions", "> 5%", "IE 9"]
sources:
- assets/js/
- assets/js/vendor/
- assets/js/app/
- assets/images
- assets/images/authors
- assets/css/
- assets/css/app
defaults:
- scope:
path: ""
type: "authors"
values:
layout: author
# Jekyll Pagination V2 Configuration
pagination:
permalink: "/:num/"
enabled: true
per_page: 9
trail:
before: 2
after: 2
sort_reverse: true
sort_field: "date"