-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
134 lines (87 loc) · 7.17 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
#page title
page_title : GU Assistant # Automatically populates with app name if not set and if iOS app ID is set. Otherwise enter manually.
# App Info
ios_app_id : # Required. Enter iOS app ID to automatically populate name, price and icons (e.g. 718043190).
ios_app_country : # Required outside USA. Enter 2 letter country code as in https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
appstore_link : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
playstore_link : # Enter Google Play Store URL.
presskit_download_link : # Enter a link to downloadable file or (e.g. public Dropbox link to a .zip file).
# Or upload your press kit file to assets and set path accordingly (e.g. "assets/your_press_kit.zip").
app_icon : assets/icon_512x512.png # Automatically populates if not set and if iOS app ID is set. Otherwise enter path to icon file manually.
app_name : GU Assistant # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_price : # Automatically populates if not set and if iOS app ID is set. Otherwise enter manually.
app_description : The companion app to improve your Gods Unchained skills. Rank higher, win more.
enable_smart_app_banner : false # Set to true to show a smart app banner at top of page on mobile devices.
# Information About Yourself
your_name :
your_link :
your_city :
email_address : guassistant@icloud.com
facebook_username :
instagram_username :
twitter_username :
github_username :
youtube_username : GUAssistant
# Feature List Edit, add or remove features to be presented.
features :
- title : Load deck via deck code
description : Load the deck of your opponent manually. That is great for tournaments with open deck lists.
fontawesome_icon_name : play-circle
- title : Real-time deck tracker
description : Tracks which cards you and your opponent have still left in your decks.
fontawesome_icon_name : sync
- 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.
# Question List Edit, add or remove FAQ questions to be presented.
questions :
- title : Why are you doing this?
answer : The purpose of this application is to help you build better skills and ultimately have a more fun and competitive play. Similar to having open decklists in tournaments.
- title : Is it free?
answer : Yes, all functionality in the current alpha version is free.
- title : I get a security warning. Is it safe to use?
answer : "Yes. There might be security warnings as we don't distribute the app via official app stores. That allows us to incorporate feedback much faster at a low cost. If this is a strong reason not to use the application, please write us at <a href = \"mailto: guassistant@icloud.com\">guassistant@icloud.com</a>."
- title : Does Gods Unchained see this as cheating?
answer : "There have been similar applications before where the team did not see this violating existing policies. Find a related conversation on GU Discord <a href=\"https://discord.com/channels/457152051239976961/475481117244391424/1073930374213799967\">here</a>. We are happy to adjust functionality to be in line with the GU policies upon request."
- title : Isn't this hacking?
answer : "No, we essentially only automate the note-taking during a battle. You can achieve the same with pen and paper. Similar applications exist for most major online TCGs like <a href=\"https://hsreplay.net/\">Hearthstone</a>."
- title : How does this work?
answer : We make use of the information you collect while playing the game. Similar to the in-game battle log. For this purpose, we need access to the log files on your computer and the internet to match them with our database.
- title : # Question Title
answer : # Question Answer
# Theme Settings
topbar_color : "#000000"
topbar_transparency : 0.1
topbar_title_color : "#ffffff"
cover_image : assets/headerimage.png # Replace with alternative image path or image URL.
cover_overlay_color : "#0E151F"
cover_overlay_transparency : 0.8
body_background_color : "#ffffff"
link_color : "#7891AD"
app_title_color : "#ffffff"
app_price_color : "#ffffff"
app_description_color : "#ffffff"
feature_title_color : "#000000"
feature_text_color : "#666666"
feature_icons_foreground_color : "#F6F6F6"
feature_icons_background_color : "#70B9CA"
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