-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path_config.yml
54 lines (47 loc) · 1.22 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
title: deliverybot
description: >-
Simple Continuous Delivery for GitHub
long_description: >-
Fast, safe and secure Continous Delivery pipelines you can setup in minutes.
Powered by open source.
twitter:
username: deliverybotdev
card: summary
logo: /assets/logo.png
image: /assets/logo.png
author:
twitter: deliverybotdev
social:
name: Deliverybot
links:
- https://twitter.com/deliverybotdev
deliverybot_url: https://app.deliverybot.dev
github_app_url: https://github.com/apps/deliverybot
github_org_url: https://github.com/deliverybot
spectrum_url: https://spectrum.chat/deliverybot/general
start_url: /docs/quickstart/
slack_url: https://app.deliverybot.dev/slack/install
pricing_url: /pricing
twitter_url: https://twitter.com/deliverybotdev
terms_url: /terms/terms
privacy_url: /terms/privacy
security_url: /terms/security
privacy_email: [email protected]
support_email: [email protected]
security_email: [email protected]
corp_name: Deliverybot
service_name: Deliverybot
baseurl: ""
url: https://deliverybot.dev
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
permalink: pretty
highlighter: rouge
plugins:
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
- node_modules