|
|
@@ -1,17 +1,33 @@
|
|
|
-#
|
|
|
-# Awesome App Landing Page Config
|
|
|
-#
|
|
|
+# 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 edit after that. If you find
|
|
|
+# yourself editing this file very often, consider using Jekyll's data files
|
|
|
+# feature for the data you need to update frequently.
|
|
|
+#
|
|
|
+# For technical reasons, this file is *NOT* reloaded automatically when you use
|
|
|
+# 'bundle exec jekyll serve'. If you change this file, please restart the server process.
|
|
|
+
|
|
|
+# Site settings
|
|
|
+# These are used to personalize your new site. If you look in the HTML files,
|
|
|
+# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
|
|
|
+# You can create any custom variable you would like, and they will be accessible
|
|
|
+# in the templates via {{ site.myvariable }}.
|
|
|
+title: MiKee
|
|
|
+description: # Optional - Enter your site description
|
|
|
|
|
|
-# Be sure all REQUIRED fields are filled out!
|
|
|
+favicon: images/favicon.png # uncomment if uploading own favicon
|
|
|
+ # To update use path relative to project root with no leading slash:
|
|
|
+ # e.g. images/app-favicon.png - can be .ico or .png
|
|
|
+ # 16px or greater, square
|
|
|
|
|
|
-#
|
|
|
-# General App Info
|
|
|
-#
|
|
|
app:
|
|
|
name: MiKee # REQUIRED - Enter your app name
|
|
|
ios_id: 1348470981 # REQUIRED - 10 Digit Numeric App ID (lookup in iTunes Connect)
|
|
|
android_id: # Optional - Enter Android app id like: com.example.app
|
|
|
|
|
|
+ ios_beta: https://testflight.apple.com/join/0Y5rP4jN
|
|
|
+
|
|
|
icon: images/app-icon-512.png # Leave blank to auto-magically populate
|
|
|
# To update use path relative to project root with no leading slash:
|
|
|
# e.g. images/app-icon-512.png
|
|
|
@@ -40,17 +56,17 @@ app:
|
|
|
# e.g. images/app-social_image.png
|
|
|
# 512px or greater, square or width = 2X height
|
|
|
appetize_key: # 5mr4fvxmmrpea13dj8hbc8ark4
|
|
|
+
|
|
|
#
|
|
|
-# Marketing
|
|
|
+# Theme Settings
|
|
|
#
|
|
|
-marketing_header: Password Safe # Optional
|
|
|
-marketing_desc: MiKee safely stores passwords and other sensitive data on your iOS device. Compatible with <a href="https://keepass.info/">KeePass</a>, MiKee synchronizes your Password Database from the cloud and auto-fill your credentials in other apps and webpages.
|
|
|
-marketing_features:
|
|
|
- - Create/Import Password Database.
|
|
|
- - Synchronize Password Database with Document apps (iCloud, Dropbox, Nextcloud, etc ...)
|
|
|
- - Compatible with iOS AutoFill feature.
|
|
|
- - Unlock using Touch ID or Face ID.
|
|
|
- - Support Time-based One-Time Password (TOTP).
|
|
|
+background_color: white # Optional
|
|
|
+background_image: # Optional - Use Relative path e.g. images/backgrounds/image.jpg
|
|
|
+text_color: black # Optional
|
|
|
+link_color: "#7576FC"
|
|
|
+social_link_color: white # Optional
|
|
|
+download_button_background_color: "#7576FC" # Optional
|
|
|
+download_button_text_color: white; # Optional
|
|
|
|
|
|
#
|
|
|
# Social Links
|
|
|
@@ -84,36 +100,13 @@ footers:
|
|
|
- title: Privacy Policy
|
|
|
url: /privacy
|
|
|
|
|
|
-#
|
|
|
-# Theme Settings
|
|
|
-#
|
|
|
-background_color: white # Optional
|
|
|
-background_image: # Optional - Use Relative path e.g. images/backgrounds/image.jpg
|
|
|
-text_color: black # Optional
|
|
|
-link_color: "#7576FC"
|
|
|
-social_link_color: white # Optional
|
|
|
-download_button_background_color: "#7576FC" # Optional
|
|
|
-download_button_text_color: white; # Optional
|
|
|
-
|
|
|
-#
|
|
|
-# Site Info
|
|
|
-#
|
|
|
-# If you want specific meta info for your <head></head> tags
|
|
|
-#
|
|
|
-title: MiKee # Optional - Enter your site title
|
|
|
-description: # Optional - Enter your site description
|
|
|
-
|
|
|
#
|
|
|
# Google Analytics
|
|
|
#
|
|
|
google_analytics: # Enter your tracking code (e.g. UA-2110908-2) to activate tracking
|
|
|
|
|
|
-#
|
|
|
-# !! You don't need to change any of the configuration flags below !!
|
|
|
-#
|
|
|
-
|
|
|
-# The release of Awesome App Landing Page that you're using
|
|
|
-version: v1.0
|
|
|
+# Build settings
|
|
|
+markdown: kramdown
|
|
|
|
|
|
# Set the Sass partials directory, as we're using @imports
|
|
|
sass:
|
|
|
@@ -121,9 +114,14 @@ sass:
|
|
|
|
|
|
permalink: /:title/
|
|
|
|
|
|
-# Exclude these files from your production _site
|
|
|
+# Exclude from processing.
|
|
|
+# The following items will not be processed, by default. Create a custom list
|
|
|
+# to override the default setting.
|
|
|
exclude:
|
|
|
- LICENSE
|
|
|
- README.md
|
|
|
- Dockerfile
|
|
|
- Jenkinsfile
|
|
|
+ - docker-compose.yml
|
|
|
+ - Gemfile
|
|
|
+ - Gemfile.lock
|