forked from riboseinc/open.ribose.com
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yml
91 lines (75 loc) · 1.79 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
# 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: https://www.ribose.com/tos
privacy_policy_link: https://www.ribose.com/privacy
is_hub: true
permalink: /blog/:month-:day-:year/:title/
theme: jekyll-theme-open-project
url: https://open.ribose.com
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/
# 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