forked from bitrise-io/devcenter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
60 lines (60 loc) · 1.24 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
---
title: Bitrise DevCenter
email: [email protected]
description: Bitrise is a Continuous Integration and Delivery (CI/CD) Platform as
a Service (PaaS) with a main focus on mobile app development. It saves developers
hours every day by automating tasks that are boring and repetitive from the moment
they finish coding till the app lands in an app store.
baseurl: '/'
url: 'https://devcenter.bitrise.io'
twitter_username: jekyllrb
github_username: jekyll
markdown: kramdown
theme: minima
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-menus
- jekyll-redirect-from
- localization
collections:
articles:
output: true
permalink: "/:path/"
localized: true
exclude:
- deploy.md
- plugins
- vendor/bundle
- forestry-help-menus.md
- forestry-help.md
defaults:
- scope:
path: ''
type: articles
values:
layout: default
- scope:
path: ''
type: whatever
values:
layout: default
sass:
load_paths:
- _sass
- node_modules
algolia:
application_id: HI1538U2K4
index_name: devcenter
files_to_exclude:
- forestry-help*
- _articles/en/reviews/**/*.md
- _articles/jp/**/*.md
nodes_to_index: p,h1,h2,h3,h4,h5,h6
languages:
- en
- jp
exclude_from_localizations:
- assets/**/*
- bitrise.yml
- apple-touch-icon-*.png