-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
145 lines (95 loc) · 5.91 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 : WorthTracker - Track your net worth
# App Info
ios_app_id : 1517288542 # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
appstore_link : https://apps.apple.com/app/apple-store/id1517288542?pt=353945&ct=landingpage&mt=8
playstore_link : https://play.google.com/store/apps/details?id=com.applitom.worthtracker
presskit_download_link : http://applitom.com/#contact
app_icon : assets/appicon.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_name : WorthTracker
app_price : Track your net worth
app_description : WorthTracker makes it easy to track your net worth.
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 : Applitom
your_link : http://applitom.com
your_city :
email_address : [email protected]
facebook_username : worthtracker
instagram_username : worthtracker
twitter_username : worthtracker
github_username :
youtube_username : worthtracker
# Feature List Edit, add or remove features to be presented.
features :
- title : Net Worth Tracker
description : Simply track your total net worth with WorthTracker
fontawesome_icon_name : coins
- title : Track & Manage Assets
description : Manage all of your asset types such as real estate, banking accounts, stock portfolio, etc.
fontawesome_icon_name : plus
- title : Track & Manage Liabilities
description : Track everything you owe as well, such as loans and mortgages and etc.
fontawesome_icon_name : minus
- title : Keep Historical Data
description : Keep your portfolio updated over time, and WorthTracker will help you to see your progress over time.
fontawesome_icon_name : database
- title : Net Worth Visualizations
description : See visualizations and progress graph of your net worth
fontawesome_icon_name : chart-line
- title : See Insights
description : Get smart insights on your net worth.
fontawesome_icon_name : lightbulb
- title : Back Up
description : Your data is backed up and synced across all of your devices
fontawesome_icon_name : sync
- title : No spreadsheets anymore
description : Get rid of big and complex net worth spreadsheets, Simply track and manage your net worth with your mobile phone.
fontawesome_icon_name : mobile-alt
- title : No private accounts access
description : WorthTracker doesn't need any access to your private accounts such as Banks, Brokers and etc.
fontawesome_icon_name : unlink
- 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.2
topbar_title_color : "#ffffff"
cover_image : assets/headerimage.jpg # 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 : "#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
keep_files:
- api/
- accountdeletion/
- audio/
collections:
pages:
output: true
permalink: /:path/
# Markdown rendering
markdown: kramdown