diff options
Diffstat (limited to 'docs/_config.yml')
-rw-r--r-- | docs/_config.yml | 141 |
1 files changed, 141 insertions, 0 deletions
diff --git a/docs/_config.yml b/docs/_config.yml new file mode 100644 index 0000000..b9ad756 --- /dev/null +++ b/docs/_config.yml @@ -0,0 +1,141 @@ +#page title +page_title : # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually. + +# App Info +ios_app_id : 1234793120 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190). + +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). + # Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip"). + +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 : # 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 : Write a short tagline for your app. + +enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices. + + + +# Information About Yourself +your_name : Emil Baehr +your_link : https://emilbaehr.com +your_city : Copenhagen +email_address : emil.baehr@gmail.com +facebook_username : +instagram_username : ebaehr +twitter_username : ebaehr +github_username : emilbaehr +youtube_username : + + + +# Feature List Edit, add or remove features to be presented. +features : + + - title : GitHub Pages Jekyll Theme + description : Designed for GitHub Pages. Fork. Edit _config.yml. Upload screenshot/video. Push to gh-pages branch. Voilá! + fontawesome_icon_name : magic + + - title : iPhone Device Preview + description : Preview your app in the context of an iPhone device. Five different device colors included. + fontawesome_icon_name : mobile + + - title : Video Support + description : Preview app video on the iPhone device simply by placing your video files in the videos folder. + fontawesome_icon_name : play-circle + + - title : Automatic Icon and Metadata + description : Enter iOS app ID in the _config.yml file to automatically fetch app icon, price and App Store Link. + fontawesome_icon_name : sync + + - title : Easy to Tweak + description : Tweak accent color, images, icons and transparency via the _config.yml file. No HTML/CSS needed. + fontawesome_icon_name : adjust + + - title : Feature List + description : Add features (like this one) to your site via the _config.yml file. No HTML/CSS needed. + fontawesome_icon_name : star + + - title : Smart App Banner + description : Display a smart app banner on iOS devices. + fontawesome_icon_name : arrow-alt-circle-down + + - title : Social Links + description : Easily add social media accounts and contact info in the footer via the _config.yml file. No HTML/CSS needed. + fontawesome_icon_name : link + + - title : FontAwesome Support + description : Pick custom Font Awesome icons for the feature list via the _config.yml file. No HTML/CSS needed. + fontawesome_icon_name : info-circle + + - 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" + +cover_image : assets/headerimage.png # Replace with alternative image path or image URL. +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
\ No newline at end of file |