-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsite-config.js
102 lines (100 loc) · 4.5 KB
/
site-config.js
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
module.exports = {
// App Info
appstore_link : "https://imedadel.me", // Enter App Store URL.
playstore_link : "https://imedadel.me", // Enter Google Play Store URL.
google_analytics_ID : "UA-47311644-5", // Enter Google Analytics ID or ""
presskit_download_link: "https://imedadel.me", // Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
video_or_screenshot : "screenshot", // "screenshot" or "video"
app_url : "https://agalp.imedadel.me", // Domain of your website without path_prefix.
path_prefix : "/", // Prefixes all links. For cases when deployed to example.github.io/automatic-gatsbyjs-app-landing-page/.
app_name : "ADU ROI",
app_price : "Free",
app_description : "Easily evaluate whether an ADU makes sense",
app_keywords : ["ADU", "Accessory Dwelling Unit", "Cap Rate", "ROI"],
// Personal Info
your_name : "Rachel Olsen",
your_link : "https://imedadel.me",
your_city : "San Diego",
email_address : "[email protected]",
linkedin_username : null,
facebook_username : null,
instagram_username : "ed_adel",
twitter_username : "Imed_Adel",
github_username : "ImedAdel",
youtube_username : null,
// Features List
features : [
{
title: "GitHub Pages GatsbyJS Starter",
description:
"Designed for GitHub Pages and Netlify. Fork. Edit site-config.js. Upload screenshot/video. Push to gh-pages branch. Voilà!",
fontawesome_icon_name: "magic",
},
{
title: "iPhone Device Preview",
description:
"Preview your app in the context of an iPhone device. Five different device colors included.",
fontawesome_icon_name: "mobile",
},
{
title: "Video Support",
description:
"Preview app video on the iPhone device simply by placing your video files in the videos folder.",
fontawesome_icon_name: "play-circle",
},
{
title: "Optimized Performance",
description:
"No need to worry about page performance or optimizing images and videos. Everything is already configured for the best performance possible!",
fontawesome_icon_name: "sync",
},
{
title: "Easy to Tweak",
description:
"Tweak accent color, images, icons and transparency via the site-config.js file. No HTML/CSS needed.",
fontawesome_icon_name: "adjust",
},
{
title: "Feature List",
description:
"Add features (like this one) to your site via the site-config.js file. No HTML/CSS needed.",
fontawesome_icon_name: "star",
},
{
title: "Deploy to Netlify",
description: "Easily deploy your GatsbyJS landing page to Netlify.",
fontawesome_icon_name: "arrow-alt-circle-down",
},
{
title: "Social Links",
description:
"Easily add social media accounts and contact info in the footer via the site-config.js file. No HTML/CSS needed.",
fontawesome_icon_name: "link",
},
{
title: "FontAwesome Support",
description:
"Pick custom Font Awesome icons for the feature list via the site-config.js file. No HTML/CSS needed.",
fontawesome_icon_name: "info-circle",
},
],
header_background : "rgba(0, 0, 0, 0.1)",
topbar_title_color : "#ffffff",
cover_overlay_color_rgba : "rgba(54, 59, 61, 0.8)",
device_color : "black", // Set to "black", "blue", "coral", "white", or "yellow"
body_background_color : "ffffff",
primary_text_color : "#000",
content_width : "1170px",
font : `"Helvetica Neue", sans-serif`,
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",
}