_config.yml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. #
  2. # Awesome App Landing Page Config
  3. #
  4. # Be sure all REQUIRED fields are filled out!
  5. #
  6. # General App Info
  7. #
  8. app:
  9. name: MiKee # REQUIRED - Enter your app name
  10. ios_id: 1348470981 # REQUIRED - 10 Digit Numeric App ID (lookup in iTunes Connect)
  11. android_id: # Optional - Enter Android app id like: com.example.app
  12. icon: images/app-icon-512.png # Leave blank to auto-magically populate
  13. # To update use path relative to project root with no leading slash:
  14. # e.g. images/app-icon-512.png
  15. # 512px or greater, square
  16. favicon: images/favicon.png # uncomment if uploading own favicon
  17. # To update use path relative to project root with no leading slash:
  18. # e.g. images/app-favicon.png - can be .ico or .png
  19. # 16px or greater, square
  20. screenshot: images/mikee-all-screenshot.png # Leave blank to auto-magically populate
  21. # To update use path relative to project root with no leading slash:
  22. # e.g. images/app-screen-640x1136.png
  23. # 640x1136px
  24. #video: # uncomment if prefer to show a video preview in the screen instead of image
  25. # To update use path relative to project root with no leading slash:
  26. # e.g. images/app-preview.mp4
  27. # 640x1136px
  28. #app_twitter: # uncomment if the app has a twitter account "@my-awesome-app"
  29. #creator_twitter: # uncomment if creator has a twitter account "@awesome-dev"
  30. #social_image: # uncomment and add an image - defaults to icon
  31. # This will show up when your url is shared on sites like facebook and twitter
  32. # To update use path relative to project root with no leading slash:
  33. # e.g. images/app-social_image.png
  34. # 512px or greater, square or width = 2X height
  35. appetize_key: # 5mr4fvxmmrpea13dj8hbc8ark4
  36. #
  37. # Marketing
  38. #
  39. marketing_header: Password Safe # Optional
  40. 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.
  41. marketing_features:
  42. - Create/Import Password Database.
  43. - Synchronize Password Database with Document apps (iCloud, Dropbox, Nextcloud, etc ...)
  44. - Compatible with iOS AutoFill feature.
  45. - Unlock using Touch ID or Face ID.
  46. - Support Time-based One-Time Password (TOTP).
  47. #
  48. # Social Links
  49. #
  50. # Includes an icon for each username you enter
  51. #
  52. social-links:
  53. github:
  54. facebook:
  55. twitter:
  56. pinterest:
  57. instagram:
  58. email:
  59. youtube: # channel/<your_long_string> or <user-name>
  60. googleplus: # anything in your profile username that comes after plus.google.com/
  61. #
  62. # Enable/Disable Features & Page Elements
  63. #
  64. enable:
  65. app_icon: true
  66. smart_app_banner: true
  67. #
  68. # Enable/Disable Features & Page Elements
  69. #
  70. footers:
  71. - title: Terms & Conditions
  72. url: /terms
  73. - title: Privacy Policy
  74. url: /privacy
  75. #
  76. # Theme Settings
  77. #
  78. background_color: white # Optional
  79. background_image: # Optional - Use Relative path e.g. images/backgrounds/image.jpg
  80. text_color: black # Optional
  81. link_color: "#7576FC"
  82. social_link_color: white # Optional
  83. download_button_background_color: "#7576FC" # Optional
  84. download_button_text_color: white; # Optional
  85. #
  86. # Site Info
  87. #
  88. # If you want specific meta info for your <head></head> tags
  89. #
  90. title: MiKee # Optional - Enter your site title
  91. description: # Optional - Enter your site description
  92. #
  93. # Google Analytics
  94. #
  95. google_analytics: # Enter your tracking code (e.g. UA-2110908-2) to activate tracking
  96. #
  97. # !! You don't need to change any of the configuration flags below !!
  98. #
  99. # The release of Awesome App Landing Page that you're using
  100. version: v1.0
  101. # Set the Sass partials directory, as we're using @imports
  102. sass:
  103. style: :compressed
  104. permalink: /:title/
  105. # Exclude these files from your production _site
  106. exclude:
  107. - LICENSE
  108. - README.md
  109. - Dockerfile
  110. - Jenkinsfile