-
Notifications
You must be signed in to change notification settings - Fork 13
/
_config.yml
76 lines (71 loc) · 1.58 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
# 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:
- dhl
- dhl_express
- dpag
- ups
- dpd
- hermes
- gls
- iloxx
- go
- parcel_one
- cargo_international
- angel_de
supported_services:
- standard
- one_day
- one_day_early
- returns
- cargo_international_express
- dhl_europaket
- dhl_prio
- dhl_warenpost
- dpag_warenpost
- dpag_warenpost_signature
- dpag_warenpost_untracked
- gls_express_0800
- gls_express_0900
- gls_express_1000
- gls_express_1200
- ups_express_1200
tracking_events:
- awaits_pickup_by_receiver
- canceled
- delayed
- delivered
- destroyed
- exception
- not_delivered
- notification
- out_for_delivery
- picked_up
- transit
- unknown
# Build settings
markdown: kramdown
apikey: be51608682014a3adf620fc252d63390
sass:
sass_dir: _sass
# style: :compressed
exclude:
- vendor
- divshot.json
- node_modules
plugins:
- jekyll-postcss
- jekyll-purgecss