-
Notifications
You must be signed in to change notification settings - Fork 16
/
_config.yml
50 lines (50 loc) · 1.63 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
title: Apicurio
description: 'Open Source API Design and Registry.'
url: 'https://www.apicur.io'
_baseurl: 'https://www.apicur.io'
github_username: apicurio
github_url: https://github.com/apicurio
github_studio_url: https://github.com/apicurio/apicurio-studio
github_studio_url_02: https://github.com/Apicurio/apicurio-studio/tree/0.2.x
github_registry_url: https://github.com/apicurio/apicurio-registry
github_registry_url_2: https://github.com/Apicurio/apicurio-registry/tree/2.6.x
github_apicurito_url: https://github.com/apicurio/apicurito
github_datamodels_url: https://github.com/apicurio/apicurio-data-models
docker_hub_url: https://hub.docker.com/r/apicurio
try_now_url: https://studio.apicur.io/
mas_registry_url: https://console.redhat.com/application-services/service-registry
mas_cli_url: https://github.com/redhat-developer/app-services-cli/releases
email: [email protected]
future: true
quickstart: true
excerpt_separator: '---'
plugins:
- jekyll-redirect-from
- jekyll-sitemap
- jekyll-feed
- jekyll-seo-tag
- jemoji
sass:
style: compressed
collections:
docs: {output: true, permalink: '/docs/:path/'}
defaults:
- {scope: {type: docs}, values: {layout: docs}}
- {scope: {type: posts}, values: {layout: post, permalink: '/blog/:year/:month/:day/:title'}}
- {scope: {path: ""}, values: {image: {path: /images/opengraph.png, width: 1200, height: 630}}}
exclude:
- node_modules
- README.md
- LICENSE.md
- CNAME
- Gemfile
- Gemfile.lock
- Gruntfile.js
- package.json
- script
- spec
include:
- _pages
twitter_username: Apicurio
twitter:
username: Apicurio