_config.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. # Welcome to Jekyll!
  2. #
  3. # This config file is meant for settings that affect your whole blog, values
  4. # which you are expected to set up once and rarely edit after that. If you find
  5. # yourself editing this file very often, consider using Jekyll's data files
  6. # feature for the data you need to update frequently.
  7. #
  8. # For technical reasons, this file is *NOT* reloaded automatically when you use
  9. # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
  10. # Site settings
  11. # These are used to personalize your new site. If you look in the HTML files,
  12. # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
  13. # You can create any custom variable you would like, and they will be accessible
  14. # in the templates via {{ site.myvariable }}.
  15. title: MiKee
  16. description: # Optional - Enter your site description
  17. favicon: assets/img/favicon.png # uncomment if uploading own favicon
  18. # To update use path relative to project root with no leading slash:
  19. # e.g. images/app-favicon.png - can be .ico or .png
  20. # 16px or greater, square
  21. app:
  22. name: MiKee # REQUIRED - Enter your app name
  23. ios_id: 1348470981 # REQUIRED - 10 Digit Numeric App ID (lookup in iTunes Connect)
  24. android_id: # Optional - Enter Android app id like: com.example.app
  25. ios_beta: https://testflight.apple.com/join/0Y5rP4jN
  26. icon: assets/img/app-icon-512.png # Leave blank to auto-magically populate
  27. # To update use path relative to project root with no leading slash:
  28. # e.g. images/app-icon-512.png
  29. # 512px or greater, square
  30. favicon: assets/img/favicon.png # uncomment if uploading own favicon
  31. # To update use path relative to project root with no leading slash:
  32. # e.g. images/app-favicon.png - can be .ico or .png
  33. # 16px or greater, square
  34. screenshot: assets/img/mikee-all-screenshot.png # Leave blank to auto-magically populate
  35. # To update use path relative to project root with no leading slash:
  36. # e.g. images/app-screen-640x1136.png
  37. # 640x1136px
  38. #video: # uncomment if prefer to show a video preview in the screen instead of image
  39. # To update use path relative to project root with no leading slash:
  40. # e.g. images/app-preview.mp4
  41. # 640x1136px
  42. #app_twitter: # uncomment if the app has a twitter account "@my-awesome-app"
  43. #creator_twitter: # uncomment if creator has a twitter account "@awesome-dev"
  44. #social_image: # uncomment and add an image - defaults to icon
  45. # This will show up when your url is shared on sites like facebook and twitter
  46. # To update use path relative to project root with no leading slash:
  47. # e.g. images/app-social_image.png
  48. # 512px or greater, square or width = 2X height
  49. appetize_key: # 5mr4fvxmmrpea13dj8hbc8ark4
  50. #
  51. # Theme Settings
  52. #
  53. background_color: white # Optional
  54. background_image: # Optional - Use Relative path e.g. images/backgrounds/image.jpg
  55. text_color: black # Optional
  56. link_color: "#7576FC"
  57. social_link_color: white # Optional
  58. download_button_background_color: "#7576FC" # Optional
  59. download_button_text_color: white; # Optional
  60. #
  61. # Social Links
  62. #
  63. # Includes an icon for each username you enter
  64. #
  65. social-links:
  66. github:
  67. facebook:
  68. twitter:
  69. pinterest:
  70. instagram:
  71. email:
  72. youtube: # channel/<your_long_string> or <user-name>
  73. googleplus: # anything in your profile username that comes after plus.google.com/
  74. #
  75. # Enable/Disable Features & Page Elements
  76. #
  77. enable:
  78. app_icon: true
  79. smart_app_banner: true
  80. #
  81. # Enable/Disable Features & Page Elements
  82. #
  83. footers:
  84. - title: Terms & Conditions
  85. url: /terms
  86. - title: Privacy Policy
  87. url: /privacy
  88. #
  89. # Google Analytics
  90. #
  91. google_analytics: # Enter your tracking code (e.g. UA-2110908-2) to activate tracking
  92. # Build settings
  93. markdown: kramdown
  94. # Set the Sass partials directory, as we're using @imports
  95. sass:
  96. style: :compressed
  97. permalink: /:title/
  98. # Exclude from processing.
  99. # The following items will not be processed, by default. Create a custom list
  100. # to override the default setting.
  101. exclude:
  102. - LICENSE
  103. - README.md
  104. - Dockerfile
  105. - Jenkinsfile
  106. - docker-compose.yml
  107. - Gemfile
  108. - Gemfile.lock