_config.yml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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: Awesome App # REQUIRED - Enter your app name
  10. ios_id: 912209541 # REQUIRED - 10 Digit Numeric App ID (lookup in iTunes Connect)
  11. android_id: # Optional - Enter Android app id like: com.example.app
  12. icon: # 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: # 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. #
  36. # Marketing
  37. #
  38. marketing_header: Does Awesome Stuff # Optional
  39. 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.
  40. #
  41. # Social Links
  42. #
  43. # Includes an icon for each username you enter
  44. #
  45. social-links:
  46. github:
  47. facebook:
  48. twitter:
  49. pinterest:
  50. instagram:
  51. email:
  52. youtube: # channel/<your_long_string> or <user-name>
  53. googleplus: # anything in your profile username that comes after plus.google.com/
  54. #
  55. # Enable/Disable Features & Page Elements
  56. #
  57. enable:
  58. app_icon: true
  59. smart_app_banner: true
  60. #
  61. # Device
  62. #
  63. # Available devices:
  64. # * iphone-se-silver-vertical
  65. # * iphone-se-space-gray-vertical
  66. # * ipod-touch-blue-vertical
  67. #
  68. device: iphone-se-silver-vertical # REQUIRED
  69. #
  70. # Theme Settings
  71. #
  72. background_color: "#989898" # Optional
  73. background_image: /images/backgrounds/58-usersthink-stock-image-web.jpg # Optional - Use Relative path e.g. images/backgrounds/image.jpg
  74. text_color: white # Optional
  75. link_color: # Optional
  76. social_link_color: white # Optional
  77. download_button_background_color: "#0191FF" # 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: # 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. # iTunes Affiliate Program
  92. #
  93. # Sign up here: http://www.apple.com/itunes/affiliates/
  94. #
  95. # Disclaimer:
  96. # This will default to using the author's affiliate token if left blank
  97. #
  98. itunes_affiliate_token: # Optional
  99. #
  100. # !! You don't need to change any of the configuration flags below !!
  101. #
  102. # The release of Awesome App Landing Page that you're using
  103. version: v1.0
  104. # Set the Sass partials directory, as we're using @imports
  105. sass:
  106. style: :compressed
  107. # Exclude these files from your production _site
  108. exclude:
  109. - LICENSE
  110. - README.md