-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
executable file
·113 lines (97 loc) · 2.66 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
#
# Awesome App Landing Page Config
#
# Be sure all REQUIRED fields are filled out!
#
# General App Info
#
app:
name: Noto # REQUIRED - Enter your app name
ios_id: 1329890221 # REQUIRED - 10 Digit Numeric App ID (lookup in iTunes Connect)
android_id: # Optional - Enter Android app id like: com.example.app
icon: images/app-icon-512.png
# Leave blank to auto-magically populate
# To update use path relative to project root with no leading slash:
# e.g. images/app-icon-512.png
# 512px or greater, square
screenshot: images/app-screenshot.png
# Leave blank to auto-magically populate
# To update use path relative to project root with no leading slash:
# e.g. images/app-screen-640x1136.png
# 640x1136px
#
# Marketing
#
marketing_header: Email yourself. Fast. # Optional
#
# Social Links
#
# Includes an icon for each username you enter
#
social-links:
github: notofyi
facebook:
twitter: notofyi
pinterest:
instagram:
email: [email protected]
youtube: # channel/<your_long_string> or <user-name>
googleplus: # anything in your profile username that comes after plus.google.com/
#
# Enable/Disable Features & Page Elements
#
enable:
app_icon: true
smart_app_banner: true
#
# Device
#
# Available devices:
# * iphone-se-silver-vertical
# * iphone-se-space-gray-vertical
# * ipod-touch-blue-vertical
# * iphone-x-silver-vertical
#
device: iphone-x-silver-vertical # REQUIRED
#
# Theme Settings
#
background_color: white # Optional
# background_image: /images/backgrounds/31-usersthink-stock-image-web.jpg # Optional - Use Relative path e.g. images/backgrounds/image.jpg
text_color: black # Optional
link_color: "rgb(28, 145, 245)" # Optional
social_link_color: "rgb(28, 145, 245)" # Optional
download_button_background_color: "rgb(28, 145, 245)" # Optional
download_button_text_color: white; # Optional
#
# Site Info
#
# If you want specific meta info for your <head></head> tags
#
title: Noto # Optional - Enter your site title
description: Email yourself. Fast. # Optional - Enter your site description
#
# Google Analytics
#
google_analytics: UA-37351701-2 # Enter your tracking code (e.g. UA-2110908-2) to activate tracking
#
# iTunes Affiliate Program
#
# Sign up here: http://www.apple.com/itunes/affiliates/
#
# Disclaimer:
# This will default to using the author's affiliate token if left blank
#
itunes_affiliate_token: # Optional
#
# !! You don't need to change any of the configuration flags below !!
#
# The release of Awesome App Landing Page that you're using
version: v1.0
# Set the Sass partials directory, as we're using @imports
sass:
style: :compressed
# Exclude these files from your production _site
exclude:
- LICENSE
- README.md