forked from dennischen0/pesdk-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
127 lines (108 loc) · 3.43 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
# Welcome to Jekyll!
#
# This config file is meant for settings that affect your whole blog, values
# which you are expected to set up once and rarely need to edit after that.
# For technical reasons, this file is *NOT* reloaded automatically when you use
# 'jekyll serve'. If you change this file, please restart the server process.
# Site settings
title: The PhotoEditor SDK Docs for HTML5, iOS and Android by img.ly
email: [email protected]
description: > # this means to ignore newlines until "baseurl:"
The PhotoEditor SDK is a fully customizable mean machine. Start your free trial and integrate the versatile editor into your own HTML5, iOS or Android app
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://docs.photoeditorsdk.com" # the base hostname & protocol for you
name: "PhotoEditor SDK Documentation"
keywords: "photo, editor, android, ios, html5, image, editing, canvas, javascript"
prefix: "PhotoEditor SDK"
image: https://www.photoeditorsdk.com/assets/images/meta-image.jpg
twitter_username: imgly
github_username: imgly
sass:
sass_dir: _sass
plugins:
- jekyll-sitemap
- jekyll-redirect-from
- jekyll-gist
whitelist:
- jekyll-redirect-from
- jekyll-gist
- jekyll-sitemap
# include: ['_pages']
exclude:
- Gemfile
- Gemfile.lock
- .gitignore
host: 0.0.0.0
port: 5000
Include: ['_features', '_quickstarts', '_guides']
# Build settings
markdown: kramdown
kramdown:
input: GFM
collections:
features:
output: true
permalink: /:collection/:path
quickstarts:
output: true
permalink: /:collection/:path
guides:
output: true
permalink: /:collection/:path
apidocs:
output: true
permalink: /:collection/:path
defaults:
# HTML5
- scope:
path: "guides/html5"
collection: guides
values:
platform: html5
layout: guides/content
description: "A quick guide on how to easily get started with the PhotoEditor SDK for HTML5. Your kick-off to delight your users with top-notch editing capabilities."
- scope:
path: "guides/html5/v4"
values:
version: "v4"
# IOS
- scope:
path: "guides/ios"
collection: guides
values:
platform: ios
layout: guides/content
prefix: "PhotoEditor SDK | iOS "
description: "A quick guide on how to easily get started with the PhotoEditor SDK for iOS. Your kick-off to delight your users with top-notch editing capabilities."
- scope:
path: "guides/ios/v8"
collection: guides
values:
version: v8
# Android
- scope:
path: "guides/android"
collection: guides
values:
platform: android
layout: guides/content
description: "A quick guide on how to easily get started with the PhotoEditor SDK for Android. Your kick-off to delight your users with top-notch editing capabilities."
- scope:
path: "guides/android/v3_1"
collection: guides
values:
version: v3_1
# quickstarts
- scope:
path: "quickstarts"
collection: quickstarts
values:
layout: quickstarts/content
description: "View our Quickstarts Guides for integrating the PhotoEditor SDK for specific framesworks such as Ionic, React Native, Cordova, Rails or Ruby Gem"
# features
- scope:
path: "features"
collection: features
values:
layout: features/content
description: "Learn more about the key features of the PhotoEditor SDK such as Filters, Transform, Text, Stickers, Adjustements or Brush"