_config.yml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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: 1109109105 # 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. screenshot: # Leave blank to auto-magically populate
  17. # To update use path relative to project root with no leading slash:
  18. # e.g. images/app-screen-640x1136.png
  19. # 640x1136px
  20. #
  21. # Marketing
  22. #
  23. marketing_header: Does Awesome Stuff # Optional
  24. 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.
  25. #
  26. # Social Links
  27. #
  28. # Includes an icon for each username you enter
  29. #
  30. social-links:
  31. github:
  32. facebook:
  33. twitter:
  34. pinterest:
  35. instagram:
  36. email:
  37. youtube: # channel/<your_long_string> or <user-name>
  38. googleplus: # anything in your profile username that comes after plus.google.com/
  39. #
  40. # Enable/Disable Features & Page Elements
  41. #
  42. enable:
  43. app_icon: true
  44. smart_app_banner: true
  45. #
  46. # Device
  47. #
  48. # Available devices:
  49. # * iphone-se-silver-vertical
  50. # * iphone-se-space-gray-vertical
  51. # * ipod-touch-blue-vertical
  52. #
  53. device: iphone-se-silver-vertical # REQUIRED
  54. #
  55. # Theme Settings
  56. #
  57. background_color: "#989898" # Optional
  58. background_image: /images/backgrounds/58-usersthink-stock-image-web.jpg # Optional - Use Relative path e.g. images/backgrounds/image.jpg
  59. text_color: white # Optional
  60. link_color: # Optional
  61. social_link_color: white # Optional
  62. download_button_background_color: "#0191FF" # Optional
  63. download_button_text_color: white; # Optional
  64. #
  65. # Site Info
  66. #
  67. # If you want specific meta info for your <head></head> tags
  68. #
  69. title: # Optional - Enter your site title
  70. description: # Optional - Enter your site description
  71. #
  72. # Google Analytics
  73. #
  74. google_analytics: # Enter your tracking code (e.g. UA-2110908-2) to activate tracking
  75. #
  76. # iTunes Affiliate Program
  77. #
  78. # Sign up here: http://www.apple.com/itunes/affiliates/
  79. #
  80. # Disclaimer:
  81. # This will default to using the author's affiliate token if left blank
  82. #
  83. itunes_affiliate_token: # Optional
  84. #
  85. # !! You don't need to change any of the configuration flags below !!
  86. #
  87. # The release of Awesome App Landing Page that you're using
  88. version: v1.0
  89. # Set the Sass partials directory, as we're using @imports
  90. sass:
  91. style: :compressed
  92. # Exclude these files from your production _site
  93. exclude:
  94. - LICENSE
  95. - README.md