_config.yml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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: "#7576FC" # 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: MiKeePass/MiKee
  67. reddit: user/maxeep
  68. facebook:
  69. twitter:
  70. pinterest:
  71. instagram:
  72. email: me@maxep.me
  73. youtube: # channel/<your_long_string> or <user-name>
  74. googleplus: # anything in your profile username that comes after plus.google.com/
  75. #
  76. # Enable/Disable Features & Page Elements
  77. #
  78. enable:
  79. app_icon: true
  80. smart_app_banner: true
  81. #
  82. # Enable/Disable Features & Page Elements
  83. #
  84. footers:
  85. - title: Terms & Conditions
  86. url: /terms
  87. - title: Privacy Policy
  88. url: /privacy
  89. #
  90. # Google Analytics
  91. #
  92. google_analytics: # Enter your tracking code (e.g. UA-2110908-2) to activate tracking
  93. # Build settings
  94. markdown: kramdown
  95. # Set the Sass partials directory, as we're using @imports
  96. sass:
  97. style: :compressed
  98. permalink: /:title/
  99. # Exclude from processing.
  100. # The following items will not be processed, by default. Create a custom list
  101. # to override the default setting.
  102. exclude:
  103. - LICENSE
  104. - README.md
  105. - Dockerfile
  106. - Jenkinsfile
  107. - docker-compose.yml
  108. - Gemfile
  109. - Gemfile.lock