-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
87 lines (74 loc) · 1.65 KB
/
_config.yml
File metadata and controls
87 lines (74 loc) · 1.65 KB
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
# Settings
title: Codeplay Software Ltd
url: https://www.codeplay.com
email: info@codeplay.com
description: >-
Codeplay is internationally recognized for expertise in Heterogeneous Systems, and has many years of experience in
the development of Compilers, Runtimes, Debuggers, Test Systems, and other specialized tools.
destination: _site
# Default version hash
version_cache_hash: v6
# Google
recaptcha_site_key: 6LfCFQkTAAAAAKVrgUrrhPf6_oF5NnDbgNQYEd8c
# Plugins
plugins:
- jekyll-timeago
- jekyll-redirect-from
- jekyll-sitemap
highlighter: none
# Collection Setup
collections_dir: _collections
collections:
authors:
old_documents:
output: true
permalink: /company/documents/:title
portal_posts:
output: true
permalink: /portal/:categories/:year/:month/:day/:title
careers:
output: true
permalink: /company/careers/:name
offload_kb:
output: true
permalink: /products/offload/kb/:title
# Hide on builds
exclude:
- JEKYLL_ENV
- README.md
- Dockerfile
- scripts
- SECURITY.md
- CODE_OF_CONDUCT.md
- CONTRIBUTING.md
- LICENSE.txt
- _collections/_portal_posts/LICENSE.txt
# Don't generate json file on build
redirect_from:
json: false
jekyll_timeago:
depth: 1
pagination:
enabled: true
debug: false
collection: 'news'
per_page: 20
permalink: '/:num/'
title: ':title - page :num'
limit: 0
sort_field: 'date'
sort_reverse: true
category: 'posts'
tag: ''
locale: ''
trail:
before: 2
after: 2
extension: html
indexpage: 'index'
# We need to make this root so we can include from _includes, _scss and more
includes_dir: "/"
sass:
style: compressed
include:
- .htaccess