-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_config.yml
114 lines (95 loc) · 2.29 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
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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
# Open Project theme setup
title: Ribose Open
title_html: Open-source projects for developers and designers
tagline: >-
<strong>Open-source projects</strong>
<br>
for developers and designers
description: >-
Open source projects for developers and designers
seo:
type: Organization
plugins:
- jekyll-seo-tag
- jekyll-sitemap
social:
links:
- https://twitter.com/RiboseUS
- https://github.com/riboseinc
legal:
name: Ribose Group Inc.
tos_link: /tos/
privacy_policy_link: /privacy/
security_advisories_link: /advisories/
disclosure_policy_link: /cve-policy/
security_feedback_link: /feedback/
# AsciiDoc / AsciiDoctor
# https://github.com/asciidoctor/jekyll-asciidoc#configuration
#
asciidoc:
processor: asciidoctor
ext: asciidoc,adoc,ad
# page_attribute_prefix: jekyll
require_front_matter_header: true
asciidoctor: {}
is_hub: true
permalink: /blog/:month-:day-:year/:title/
theme: jekyll-theme-open-project
url: https://open.ribose.com
emails:
press: [email protected]
privacy: [email protected]
support: [email protected]
security: [email protected]
algolia_search:
api_key: '40a5c3929d2f6d51c9a062d2bdf00c20'
index_name: 'prod_riboseopen'
tag_namespaces:
software:
writtenin: "Written in"
bindingsfor: "Bindings for"
user: "Target user"
interface: "Interface"
specs:
audience: "Audience"
completion_status: "Status"
# This has to be duplicated from jekyll-theme-open-project gem.
includes_dir: .
collections:
projects:
output: true
software:
output: true
permalink: /software/:path/
specs:
output: true
permalink: /specs/:path/
posts:
output: true
permalink: /blog/:month-:day-:year/:title/
pages:
output: true
permalink: /:name/
advisories:
output: true
permalink: /advisories/:slug/
# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
exclude:
- _projects/**/assets/css/*.scss
- _projects/**/_software/_*_repo/*
- _projects/**/_specs/**/*
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/
- Makefile
- Rakefile
- README.adoc
- babel.config.js
- package.json
- package-lock.json