diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2020-12-28 17:50:01 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2020-12-28 17:50:01 +0530 |
commit | 36e3f86a497a429057f60e11061503482fcddc8a (patch) | |
tree | a91daabf465c0db3cbb4360f628890425050dc61 /docs | |
parent | 53cad7288b4583dae78559f3cd6f44a9d56a87d4 (diff) |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/_config.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/_config.yml b/docs/_config.yml index a8bda56..24ef331 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,10 +6,10 @@ ios_app_id : #1234793120 appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually. playstore_link : # Enter Google Play Store URL. -presskit_download_link : https://emilbaehr.com # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file). +presskit_download_link : https://navan.dev # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file). # Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip"). -app_icon : /Qrious/assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually. +app_icon : ./assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually. app_name : Qrious # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually. app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually. app_description : Modern App To Assist Your Research @@ -20,9 +20,9 @@ enable_smart_app_banner : true # Information About Yourself your_name : Navan Chauhan -your_link : https://navanchauhan.github.io +your_link : https://navan.dev your_city : #New Delhi -email_address : navanchauhan@gmail.com +email_address : Qrious@navan.dev facebook_username : instagram_username : #navanchauhan twitter_username : navanchauhan @@ -61,7 +61,7 @@ topbar_color : "#000000" topbar_transparency : 0.1 topbar_title_color : "#ffffff" -cover_image : assets/headerimage.png # Replace with alternative image path or image URL. +cover_image : ./assets/headerimage.png # Replace with alternative image path or image URL. cover_overlay_color : "#363b3d" cover_overlay_transparency : 0.8 |