-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
144 lines (93 loc) · 5.28 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
#page title
page_title : Countdowns
# App Info
ios_app_id : 917514700
appstore_link : https://apps.apple.com/app/apple-store/id917514700
presskit_download_link : assets/Countdowns_Press_Kit.zip
app_icon : assets/appicon.png
app_name : Countdowns
app_price : Free
app_description : Countdowns is an app for iOS & macOS designed to help you count down to those important moments in life. Perfect for birthdays, holidays, weddings, anniversaries, vacations, retirement, and other special events!
enable_smart_app_banner : true
# Information About Yourself
your_name : Shayes Apps
your_link : https://shayesapps.com
email_address : [email protected]
facebook_username : shayesapps
instagram_username : shayesapps
youtube_username : shayesapps
mastodon_link : https://indieapps.space/@shayesapps
# Feature List Edit, add or remove features to be presented.
features :
- title : Unlimited Countdowns
description : Unlimited countdowns which can count up or down
fontawesome_icon_name : clock
- title : Widgets
description : See countdowns right on your Home Screen or Lock Screen
fontawesome_icon_name : th-large
- title : Customizable Units
description : Pick the units you want for each individual countdown
fontawesome_icon_name : cog
- title : Recurring Events
description : Track recurring events like birthdays, anniversaries, and more
fontawesome_icon_name : redo
- title : Calendar Integration
description : Import events directly from your calendar
fontawesome_icon_name : calendar-alt
- title : iCloud Sync
description : Sync countdowns and lists between all your devices
fontawesome_icon_name : cloud
- title : Notifications
description : Choose when to be notified before each countdown
fontawesome_icon_name : dot-circle
- title : Lists
description : Create your own lists to categorize your countdowns
fontawesome_icon_name : list-ul
- title : Archive
description : Keep and view past countdowns
fontawesome_icon_name : archive
- title : Siri Integration
description : Check on your countdowns with just your voice
fontawesome_icon_name : magic
- title : Apple Watch
description : Support for Apple Watch & Complications
fontawesome_icon_name : star
- title : Localized
description : Available in 20 languages
fontawesome_icon_name : globe
# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.1
topbar_title_color : "#ffffff"
cover_overlay_color_1 : "#142630"
cover_overlay_color_2 : "#243b55"
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