-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
107 lines (73 loc) · 3.84 KB
/
_config.yml
File metadata and controls
107 lines (73 loc) · 3.84 KB
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
#page title
page_title : Life Clock
# App Info
ios_app_id : 1644135641
ios_app_country : us
appstore_link : https://apps.apple.com/us/app/life-clock-your-place-in-time/id1644135641?uo=4
presskit_download_link :
app_icon : assets/appicon.png
app_name :
app_price :
app_description : Imagine your entire life, from birth to death, laid out on a 24-hour clock — what time would it be for you, right now?
enable_smart_app_banner : true
# Information About Yourself
your_name : Josh Ferrara
your_link : https://joshferrara.com
your_city : Baton Rouge.
email_address :
facebook_username :
instagram_username : joshferrara
twitter_username : joshferrara
github_username :
youtube_username : joshferrara
# Feature List
features :
- title : Visualize Your Lifetime
description : See your entire life mapped onto a 24-hour clock. Watch the hours tick by and gain a new perspective on the time you have.
fontawesome_icon_name : clock
- title : Track the People You Love
description : Create life clocks for family and friends. Organize them with drag-and-drop to keep the most important ones close.
fontawesome_icon_name : users
- title : Share Your Moment
description : Generate beautiful shareable cards of your life clock for social media and spark meaningful conversations.
fontawesome_icon_name : share-alt
- title : Know Your Numbers
description : See your age, days remaining, percentage of life lived, and more in a clear stats dashboard.
fontawesome_icon_name : chart-bar
# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.0
topbar_title_color : "#E5E5EA"
cover_image : assets/lifeclock-bg.png
cover_overlay_color : "#1C1C1E"
cover_overlay_transparency : 0.95
device_color : black
body_background_color : "#1C1C1E"
link_color : "#CBA55D"
app_title_color : "#E5E5EA"
app_price_color : "#8E8E93"
app_description_color : "#8E8E93"
feature_title_color : "#E5E5EA"
feature_text_color : "#8E8E93"
feature_icons_foreground_color : "#CBA55D"
feature_icons_background_color : "#2C2C2E"
social_icons_foreground_color : "#8E8E93"
social_icons_background_color : "#2C2C2E"
footer_text_color : "#8E8E93"
####################################################
### 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