-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
145 lines (97 loc) · 7.32 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
#page title
page_title : FluidStride Gait Analysis # 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 : https://play.google.com/store/apps/details?id=com.google.android.googlequicksearchbox # Enter Google Play Store URL.
presskit_download_link : https://seanwu.io # 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/ic_launcher_droplet.png # assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_name : FluidStride # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_price : Free (Coming Soon) # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_description : Helping you run faster and prevent injuries with intelligent running gait analysis. #Free 2D/3D running gait analysis to help you run faster!
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 : Sean Wu
your_link : https://seanwu.io
your_city : Canada
email_address : contact.fluidstride@gmail.com
facebook_username : fluidstride
instagram_username : fluidstride
twitter_username : FluidStride
github_username : Seangottarun
youtube_username :
# Feature List Edit, add or remove features to be presented.
features :
- title : Designed by runners
description : Running is one of the most accessible sports in the world, and we want to keep it that way by offering FluidStride for free!
fontawesome_icon_name : heart
- title : Free virtual coaching
description : FluidStride studies your form and highlights exactly where you can improve with easy to understand feedback.
fontawesome_icon_name : running
# - title : Machine learning powered gait analysis
# description : FluidStride analyzes your video in both 2D and 3D to get better insights.
# fontawesome_icon_name : brain
- title : 100% Mobile
description : Run everything off your phone. No internet connection is needed, so you can improve your form anywhere!
fontawesome_icon_name : mobile
- title : Video Sessions
description : Watch past recorded sessions with FluidStride's automatic frame by frame annotations marking your form like a digital coach.
fontawesome_icon_name : play-circle
- title : Running Analytics
description : Review post-training analysis like stats like stride length, cadence, footstrike angle, and vertical oscillations.
fontawesome_icon_name : calculator
- title : Share with friends
description : Easily share your annotated training videos to your friends to brag and/or get advice!
fontawesome_icon_name : share
- title : Your data stays private
description : Your personal training data and videos always stays on your device.
fontawesome_icon_name : lock
- title : Use any training videos
description : Analyze existing videos or use FluidStride's built in camera to study your form.
fontawesome_icon_name : plus
- title : Community driven
description : Our users are our family and we're always open to feedback and suggestions for new features!
fontawesome_icon_name : users
- 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_lake.jpg
#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 : "#0299ef" # "#4e8ac6" #"#00cddd" # "#00c2e6" # "#05e8ba" # "#087ee1" #"#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
- "*.bak"
collections:
pages:
output: true
permalink: /:path/
# Markdown rendering
markdown: kramdown