| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- # Welcome to Jekyll!
- #
- # This config file is meant for settings that affect your whole blog, values
- # which you are expected to set up once and rarely edit after that. If you find
- # yourself editing this file very often, consider using Jekyll's data files
- # feature for the data you need to update frequently.
- #
- # For technical reasons, this file is *NOT* reloaded automatically when you use
- # 'bundle exec jekyll serve'. If you change this file, please restart the server process.
- # Site settings
- # These are used to personalize your new site. If you look in the HTML files,
- # you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
- # You can create any custom variable you would like, and they will be accessible
- # in the templates via {{ site.myvariable }}.
- title: MiKee
- description: # Optional - Enter your site description
- favicon: assets/img/favicon.png # uncomment if uploading own favicon
- # To update use path relative to project root with no leading slash:
- # e.g. images/app-favicon.png - can be .ico or .png
- # 16px or greater, square
- app:
- name: MiKee # REQUIRED - Enter your app name
- ios_id: 1348470981 # REQUIRED - 10 Digit Numeric App ID (lookup in iTunes Connect)
- android_id: # Optional - Enter Android app id like: com.example.app
- ios_beta: https://testflight.apple.com/join/0Y5rP4jN
- icon: assets/img/app-icon-512.png # Leave blank to auto-magically populate
- # To update use path relative to project root with no leading slash:
- # e.g. images/app-icon-512.png
- # 512px or greater, square
- favicon: assets/img/favicon.png # uncomment if uploading own favicon
- # To update use path relative to project root with no leading slash:
- # e.g. images/app-favicon.png - can be .ico or .png
- # 16px or greater, square
- screenshot: assets/img/mikee-all-screenshot.png # Leave blank to auto-magically populate
- # To update use path relative to project root with no leading slash:
- # e.g. images/app-screen-640x1136.png
- # 640x1136px
- #video: # uncomment if prefer to show a video preview in the screen instead of image
- # To update use path relative to project root with no leading slash:
- # e.g. images/app-preview.mp4
- # 640x1136px
- #app_twitter: # uncomment if the app has a twitter account "@my-awesome-app"
- #creator_twitter: # uncomment if creator has a twitter account "@awesome-dev"
- #social_image: # uncomment and add an image - defaults to icon
- # This will show up when your url is shared on sites like facebook and twitter
- # To update use path relative to project root with no leading slash:
- # e.g. images/app-social_image.png
- # 512px or greater, square or width = 2X height
- appetize_key: # 5mr4fvxmmrpea13dj8hbc8ark4
- #
- # Theme Settings
- #
- background_color: white # Optional
- background_image: # Optional - Use Relative path e.g. images/backgrounds/image.jpg
- text_color: black # Optional
- link_color: "#7576FC"
- social_link_color: "#7576FC" # Optional
- download_button_background_color: "#7576FC" # Optional
- download_button_text_color: white # Optional
- #
- # Social Links
- #
- # Includes an icon for each username you enter
- #
- social-links:
- github: MiKeePass/MiKee
- reddit: user/maxeep
- facebook:
- twitter:
- pinterest:
- instagram:
- email: me@maxep.me
- youtube: # channel/<your_long_string> or <user-name>
- googleplus: # anything in your profile username that comes after plus.google.com/
- #
- # Enable/Disable Features & Page Elements
- #
- enable:
- app_icon: true
- smart_app_banner: true
- #
- # Enable/Disable Features & Page Elements
- #
- footers:
- - title: Terms & Conditions
- url: /terms
- - title: Privacy Policy
- url: /privacy
- #
- # Google Analytics
- #
- google_analytics: # Enter your tracking code (e.g. UA-2110908-2) to activate tracking
- # Build settings
- markdown: kramdown
- # Set the Sass partials directory, as we're using @imports
- sass:
- style: :compressed
- permalink: /:title/
- # Exclude from processing.
- # The following items will not be processed, by default. Create a custom list
- # to override the default setting.
- exclude:
- - LICENSE
- - README.md
- - Dockerfile
- - Jenkinsfile
- - docker-compose.yml
- - Gemfile
- - Gemfile.lock
|