-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_config.yml
More file actions
157 lines (136 loc) · 4.23 KB
/
_config.yml
File metadata and controls
157 lines (136 loc) · 4.23 KB
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
# Site settings
# These are used to personalize your site. You access them via {{ site.title }},
# {{ site.email }} and so on. You can create any custom variable you like. They
# will be accessible in the templates via {{ site.myvariable }}.
title: KeyboardKit
description: >-
KeyboardKit helps you create custom keyboards for iOS and iPadOS, using Swift and SwiftUI.
url: https://keyboardkit.com
email: info@keyboardkit.com
copyright_year: 2016-2026
copyright_owner: Kankoda Sweden AB
copyright_url: https://kankoda.com
bluesky_username: keyboardkit.bsky.social
github_username: KeyboardKit
mastodon_username: keyboardkit@techhub.social
twitter_username: keyboardkitsdk
assets: /assets/
header_image: /assets/icon/header.png
locales:
count: 76
flags: 🇺🇸 🇦🇱 🇦🇪 🇦🇲 🇦🇿 🇧🇾 🇧🇩 🇧🇬 🇦🇩 🏳️ 🏳️ 🇭🇷 🇨🇿 🇩🇰 🇳🇱 🇧🇪 🇦🇺 🇨🇦 🇬🇧 🇺🇸 🇪🇪 🇫🇴 🇵🇭 🇫🇮 🇫🇷 🇨🇦 🇧🇪 🇨🇭 🇬🇪 🇩🇪 🇦🇹 🇨🇭 🇬🇷 🇺🇸 🇮🇱 🇭🇺 🇮🇸 🏳️ 🇮🇩 🇮🇪 🇮🇹 🇰🇿 🇹🇯 🇹🇯 🇹🇯 🇱🇻 🇱🇹 🇲🇰 🇲🇾 🇲🇹 🇲🇳 🏳️ 🇳🇴 🇳🇴 🇮🇷 🇵🇱 🇵🇹 🇧🇷 🇷🇴 🇷🇺 🇷🇸 🇷🇸 🇹🇯 🇸🇰 🇸🇮 🇪🇸 🇦🇷 🇲🇽 🇸🇪 🇰🇪 🇹🇷 🇺🇦 🇺🇿 🇻🇳 🏴
urls:
email: mailto:info@keyboardkit.com
email-business-license: mailto:info@keyboardkit.com?subject=Business%License
email-custom-terms: mailto:info@keyboardkit.com?subject=Custom%20Terms
rss: https://keyboardkit.com/feed.xml
business: /business
faq: /faq
case-studies: /case-studies
escrow: /features/escrow
terminology: /faq#terminology
appstore: https://itunes.apple.com/app/keyboardkit/id1568444977
blog: /blog
bluesky: https://bsky.app/profile/keyboardkit.bsky.social
docs: https://docs.keyboardkit.com
github: https://github.com/KeyboardKit/KeyboardKit
gumroad: https://kankoda.gumroad.com/l/keyboardkitpro
issues: https://github.com/KeyboardKit/KeyboardKit/issues
mastodon: https://techhub.social/@keyboardkit
newsletter: https://kankoda.gumroad.com/subscribe
pricing: /pricing
reddit: https://www.reddit.com/r/KeyboardKit
twitter: https://twitter.com/keyboardkitsdk
swift: https://www.swift.org
swiftui: https://developer.apple.com/xcode/swiftui/
google-analytics:
measurement-id: G-XJ0HPZDSM3
header:
title: KeyboardKit
icon: /assets/icon/header.png
pages:
- pages/info/about.md
- pages/blog.md
- pages/features.md
- pages/pro/pro.html
- pages/pricing.md
footer:
sitemap:
- index.html
- pages/features.md
- pages/case-studies.md
- pages/industries.md
- pages/app/app.md
- pages/info/about.md
- pages/info/faq.md
collections_dir: collections
collections:
case-studies:
output: true
permalink: /case-studies/:name
features:
output: true
permalink: /features/:name
posts:
output: true
permalink: /blog/:categories/:year/:month/:day/:title
baseurl: ""
theme: minima
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
include: [".well-known"]
plugins:
- jekyll-feed
- jekyll-redirect-from
- jekyll-sitemap
defaults:
-
scope:
type: "pages"
values:
layout: page
title-color: blue
image: /assets/headers/keyboardkit.jpg
-
scope:
path: "pages/pro"
values:
back-link:
title: Pricing
url: /pricing
-
scope:
type: "case-studies"
values:
layout: page-sidebar
title-color: purple
back-link:
title: Case studies
url: /case-studies
-
scope:
type: "features"
values:
layout: feature
assets: /assets/features/
back-link:
title: Features
url: /features
side-menu-append:
- title: Documentation
-
scope:
type: "posts"
values:
layout: post
author: danielsaidi
image: /assets/headers/blog.jpg
back-link:
title: Blog
url: /blog
exclude:
- Gemfile
- Gemfile.lock
- _docs/