forked from shipcloud/shipcloud-developer-portal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
42 lines (37 loc) · 1.4 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
# Site settings
title: shipcloud.io - Developer Portal
email: [email protected]
description: >
The shipcloud.io developer portal is your one stop for all developer needs.
baseurl: "" # the subpath of your site, e.g. /blog/
url: "https://developers.shipcloud.io" # the base hostname & protocol for your site
twitter_username: shipcloud_devs
github_username: shipcloud
integration_guide_url:
de: >
https://www.dropbox.com/s/klycgg1p1d3v20v/shipcloud_integration_guide_de.pdf?dl=0
en: >
https://www.dropbox.com/s/dgi9r9w8p40snuu/shipcloud_integration_guide_en.pdf?dl=0
shipcloud:
supported_carriers:
as_display_names: 'DHL, DHL Express, Deutsche Post, UPS, DPD, Hermes, GLS, MyDPD Business (iloxx), TNT, FedEx, GO! and PARCEL.ONE'
as_keys: '"dhl", "dhl_express", "dpag", "ups", "dpd", "hermes", "gls", "iloxx", "tnt", "fedex", "go" and "parcel_one"'
as_keys_array: '"dhl", "dhl_express", "dpag", "ups", "dpd", "hermes", "gls", "iloxx", "tnt", "fedex", "go", "parcel_one"'
supported_services:
as_keys_array: '"standard", "one_day" , "one_day_early", "ups_express_1200", "returns"'
# Build settings
markdown: kramdown
apikey: be51608682014a3adf620fc252d63390
sass:
sass_dir: _sass
# style: :compressed
defaults:
-
scope:
path: "" # an empty string here means all files in the project
values:
layout: "default"
exclude:
- vendor
- divshot.json
- node_modules