_config.yml 3.0 KB

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