forked from emilbaehr/automatic-app-landing-page
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
87 lines (62 loc) · 3.12 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
page_title : Wordout
# App Info
ios_app_id : 1540450818
appstore_link : https://apps.apple.com/app/id1540450818
app_icon : assets/appicon.png
app_name : Wordout
app_price : Free
app_description : Learn New Vocabularies & Play Word Puzzles
enable_smart_app_banner : true
twitter_username : wordoutio
instagram_username : wordoutio
email_address : wordoutio@gmail.com
features :
- title : Learn New Vocabularies
description : Improve your English by learning one new word daily.
fontawesome_icon_name : book
- title : Personalized Experience
description : Our powerful AI personalizes your experience as you use the app.
fontawesome_icon_name : magic
- title : Words + Workout = Wordout
description : Train your brain by solving daily puzzles while learning new words.
fontawesome_icon_name : puzzle-piece
- title : Share & Challenge Your Friends
description : Challenge your friends on social media by generating a word puzzle.
fontawesome_icon_name : external-link-alt
# Theme Settings
topbar_color : "#FADCC0"
topbar_transparency : 0.4
topbar_title_color : "#000000"
cover_image : assets/header.jpg
cover_overlay_color : "#000000"
cover_overlay_transparency : 0
device_color : black
body_background_color : "#ffffff"
link_color : "#1d63ea"
app_title_color : "#000000"
app_price_color : "#000000"
app_description_color : "#000000"
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