Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml8
1 files changed, 5 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 72184c8..23e74df 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -25,12 +25,14 @@ googleAnalytics = ""
subtitle_link = ""
message = "I'm a optional important message!"
+ # Possible values are: auto | optimizeSpeed | optimizeQuality
+ start_screen_image_quality = "auto"
# Enter links for the buttons (button one has the house sign), shouldn't be left empty
button_1 = ""
button_2 = "playground/"
button_3 = "about/"
- keywords = "hugo, blog, Shapez, SVG, design"
-
- logo = "images/logo.png" \ No newline at end of file
+ logo = "images/logo.png"
+ logo_start_screen_rotation = "19"
+ keywords = "hugo, blog, Shapez, SVG, design" \ No newline at end of file