-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
101 lines (88 loc) · 2.36 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
# 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
email: [email protected]
description: >-
KeyboardKit helps you create custom keyboards for iOS and iPadOS, using Swift and SwiftUI.
url: "http://getkeyboardkit.com"
rss_url: https://getkeyboardkit.com/feed.xml
is_lib: 1
copyright_year: 2021-2023
copyright_owner: Kankoda Sweden AB
copyright_url: https://kankoda.com
appstore_url: http://itunes.apple.com/app/keyboardkit/id1568444977
documentation_url: https://keyboardkit.github.io/KeyboardKit/documentation/keyboardkit/
github_url: https://github.com/KeyboardKit/KeyboardKit
github_url_pro: https://github.com/KeyboardKit/KeyboardKitPro
github_username: KeyboardKit
gumroad_url: https://danielsaidi.gumroad.com
gumroad_url_basic: https://danielsaidi.gumroad.com/l/keyboardkit-pro-basic
gumroad_url_silver: https://danielsaidi.gumroad.com/l/keyboardkit-pro-silver
gumroad_url_gold: https://danielsaidi.gumroad.com/l/keyboardkit-pro-gold
mastodon_url: https://techhub.social/@keyboardkit
mastodon_username: [email protected]
twitter_url: https://twitter.com/GetKeyboardKit
twitter_username: GetKeyboardKit
assets: /assets/
header_image: /assets/icon/icon-1024.png
header_image_type: icon
header_pages:
- pages/about.md
- pages/features.md
- pages/pro.md
- pages/blog.md
footer_sitemap:
- index.html
- pages/about.md
- pages/locales.md
- pages/features.md
- pages/open-source.md
- pages/pro.md
- pages/pro-trial.md
- pages/blog.md
collections_dir: collections
collections:
posts:
output: true
permalink: /blog/:categories/:year/:month/:day/:title
sponsors:
output: true
permalink: /sponsor/:name/
baseurl: ""
theme: minima
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
plugins:
- jekyll-feed
- jekyll-redirect-from
defaults:
-
scope:
type: "pages"
values:
hero: ""
-
scope:
type: "posts"
values:
author: "danielsaidi"
layout: "post"
-
scope:
type: "sponsors"
values:
layout: "sponsor"
include:
- .well-known/
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor/bundle/
- vendor/cache/
- vendor/gems/
- vendor/ruby/