_config.yml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  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: # 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: Safe Password Manager # Optional
  40. marketing_desc: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
  41. #
  42. # Social Links
  43. #
  44. # Includes an icon for each username you enter
  45. #
  46. social-links:
  47. github:
  48. facebook:
  49. twitter:
  50. pinterest:
  51. instagram:
  52. email:
  53. youtube: # channel/<your_long_string> or <user-name>
  54. googleplus: # anything in your profile username that comes after plus.google.com/
  55. #
  56. # Enable/Disable Features & Page Elements
  57. #
  58. enable:
  59. app_icon: true
  60. smart_app_banner: true
  61. #
  62. # Enable/Disable Features & Page Elements
  63. #
  64. footers:
  65. - title: Terms & Conditions
  66. url: /terms
  67. - title: Privacy Policy
  68. url: /privacy
  69. #
  70. # Theme Settings
  71. #
  72. background_color: white # Optional
  73. background_image: # Optional - Use Relative path e.g. images/backgrounds/image.jpg
  74. text_color: black # Optional
  75. link_color: "#7576FC"
  76. social_link_color: white # Optional
  77. download_button_background_color: "#7576FC" # Optional
  78. download_button_text_color: white; # Optional
  79. #
  80. # Site Info
  81. #
  82. # If you want specific meta info for your <head></head> tags
  83. #
  84. title: MiKee # Optional - Enter your site title
  85. description: # Optional - Enter your site description
  86. #
  87. # Google Analytics
  88. #
  89. google_analytics: # Enter your tracking code (e.g. UA-2110908-2) to activate tracking
  90. #
  91. # !! You don't need to change any of the configuration flags below !!
  92. #
  93. # The release of Awesome App Landing Page that you're using
  94. version: v1.0
  95. # Set the Sass partials directory, as we're using @imports
  96. sass:
  97. style: :compressed
  98. permalink: /:title/
  99. # Exclude these files from your production _site
  100. exclude:
  101. - LICENSE
  102. - README.md
  103. - Dockerfile
  104. - Jenkinsfile