Skip to content

Commit 77f857a

Browse files
committed
Cleaning up _config.yml
1 parent 368a8b2 commit 77f857a

File tree

1 file changed

+19
-20
lines changed

1 file changed

+19
-20
lines changed

_config.yml

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,37 @@
1-
# Mobile App Landing Page Configuration
2-
31
# App Info
42
ios_app_id : 618783545 # Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
53

64
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
75
playstore_link : # Enter Google Play Store URL.
8-
presskit_download_link : # 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").
6+
presskit_download_link : # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
7+
Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
98

10-
app_name : Planet Life Long Name Here # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
9+
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
10+
app_name : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
1111
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
12-
enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
1312
app_description : Wherever some that and kiwi that well
1413
dolphin alas this the mindfully jeepers
1514
one aside canny one preparatory up less therefore
1615
hello oh amid goodness checked.
1716

18-
# Author Info
17+
enable_smart_app_banner : true # Set to true to show a smart app banner at top of page on mobile devices.
18+
19+
20+
21+
# Information About Yourself
1922
your_name : Emil Baehr # Your name. Will be shown in the footer.
2023
your_link : https://emilbaehr.com # Link to a website of your choice when your name is clicked.
2124
your_city : Copenhagen # Tell people where you're from.
22-
23-
# Icon, screenshot and header image
24-
app_icon : # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
25-
header_image : assets/headerimage.png # Replace with alternative image path or image URL.
26-
device_color : black # Set to: blue, black, yellow, coral or white.
27-
28-
# Social Links # Enter usernames and email address. If set, they will be presented as links in the footer.
25+
email_address : [email protected]
2926
facebook_username :
3027
instagram_username : ebaehr
3128
twitter_username : ebaehr
3229
github_username : emilbaehr
3330
youtube_username :
34-
email_address : [email protected]
3531

36-
# Features # Edit, add or remove features to be presented.
32+
33+
34+
# Feature List # Edit, add or remove features to be presented.
3735
features :
3836

3937
- title : GitHub Pages Jekyll Theme
@@ -76,7 +74,12 @@ features :
7674
description : # New Feature Description
7775
fontawesome_icon_name : # Enter Font Awesome icon name (e.g. star). Find icons on fontawesome.com/icons.
7876

77+
78+
7979
# Theme Settings
80+
header_image : assets/headerimage.png # Replace with alternative image path or image URL.
81+
device_color : black # Set to: blue, black, yellow, coral or white.
82+
8083
body_color : "ffffff"
8184

8285
accent_color : "#1d63ea"
@@ -104,8 +107,7 @@ social_icons_foreground_color : "#666666"
104107
social_icons_background_color : "#e6e6e6"
105108

106109

107-
# Analytics
108-
google_analytics : # Enter Google Analytics tracking code (e.g. UA-2110908-2).
110+
109111

110112

111113

@@ -120,9 +122,6 @@ google_analytics :
120122
### Jekyll Configuration. No need to touch this. ###
121123
####################################################
122124

123-
# The release of Mobile App Landing Page that you're using
124-
version: v1.0
125-
126125
# Set the Sass partials directory, as we're using @imports
127126
sass:
128127
style: :compressed # You might prefer to minify using :compressed

0 commit comments

Comments
 (0)