Qrious/docs/_config.yml

121 lines
5.3 KiB
YAML
Raw Normal View History

2020-07-24 07:27:23 +01:00
#page title
2020-07-24 07:38:17 +01:00
page_title : Qrious # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually.
2020-07-24 07:27:23 +01:00
# App Info
2020-07-24 07:38:17 +01:00
ios_app_id : #1234793120 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
2020-07-24 07:27:23 +01:00
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
playstore_link : # Enter Google Play Store URL.
2020-12-28 12:20:01 +00:00
presskit_download_link : https://navan.dev # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
2020-07-24 07:27:23 +01:00
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
2020-12-28 12:20:01 +00:00
app_icon : ./assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
2020-07-24 07:38:17 +01:00
app_name : Qrious # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
2020-07-24 07:27:23 +01:00
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
2020-07-24 07:51:45 +01:00
app_description : Modern App To Assist Your Research
2020-07-24 07:27:23 +01:00
enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
# Information About Yourself
2020-07-24 07:38:17 +01:00
your_name : Navan Chauhan
2020-12-28 12:20:01 +00:00
your_link : https://navan.dev
2020-07-24 14:16:40 +01:00
your_city : #New Delhi
2020-12-28 12:20:01 +00:00
email_address : Qrious@navan.dev
2020-07-24 07:27:23 +01:00
facebook_username :
2020-07-24 07:51:45 +01:00
instagram_username : #navanchauhan
2020-07-24 07:38:17 +01:00
twitter_username : navanchauhan
github_username : navanchauhan
2020-07-24 07:27:23 +01:00
youtube_username :
# Feature List Edit, add or remove features to be presented.
features :
2020-07-24 07:51:45 +01:00
- title : Modern Design
description : Written in SwiftUI!
2020-07-24 07:27:23 +01:00
fontawesome_icon_name : magic
2020-07-24 14:14:45 +01:00
- title : Configurable
description : Do you want to limit your search to Chemrxiv preprints? You can!
fontawesome_icon_name : sliders-h
- title : Private and Secure
description : Everything happens on the device itself, including ML inferencing
fontawesome_icon_name : user-secret
- title : Power of ML
description : Uses BERT to answer your questions based on the article's abstract.
fontawesome_icon_name : robot
2020-07-24 07:27:23 +01:00
- title : # New Feature Title
description : # New Feature Description
fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons.
# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.1
topbar_title_color : "#ffffff"
2020-12-28 12:20:01 +00:00
cover_image : ./assets/headerimage.png # Replace with alternative image path or image URL.
2020-07-24 07:27:23 +01:00
cover_overlay_color : "#363b3d"
cover_overlay_transparency : 0.8
device_color : black # Set to: blue, black, yellow, coral or white.
body_background_color : "#ffffff"
link_color : "#1d63ea"
app_title_color : "#ffffff"
app_price_color : "#ffffff"
app_description_color : "#ffffff"
feature_title_color : "#000000"
feature_text_color : "#666666"
feature_icons_foreground_color : "#1d63ea"
feature_icons_background_color : "#e6e6e6"
social_icons_foreground_color : "#666666"
social_icons_background_color : "#e6e6e6"
footer_text_color : "#666666"
####################################################
### Jekyll Configuration. No need to touch this. ###
####################################################
# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed # You might prefer to minify using :compressed
# Exclude these files from your production _site
exclude:
- LICENSE
- README.md
- CNAME
collections:
pages:
output: true
permalink: /:path/
# Markdown rendering
markdown: kramdown