From ea89892920e7830fd397d3b50a73b27a34f6a892 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Tue, 09 Jan 2024 09:47:34 +0000
Subject: [PATCH] test: add workflow

---
 tests/exampleSiteWithVideo/config.toml |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/exampleSite/config.toml b/tests/exampleSiteWithVideo/config.toml
similarity index 98%
rename from exampleSite/config.toml
rename to tests/exampleSiteWithVideo/config.toml
index ca61111..93da311 100644
--- a/exampleSite/config.toml
+++ b/tests/exampleSiteWithVideo/config.toml
@@ -13,7 +13,7 @@
 googleAnalytics = ""
 
 # Copyright
-copyright = "&copy;2021 Your Name"
+copyright = "&copy;2024 Your Name"
 
 [params]
 
@@ -31,13 +31,13 @@
 
     # Image
     [params.visual.image]
-      enable = true
+      enable = false
       file = "images/background.jpg"
       position = "center center"
 
     # Video
     [params.visual.video]
-      enable = false
+      enable = true
       mute = true
       file = "videos/background.mp4"
       # youtubeId = "dk9uNWPP7EA"

--
Gitblit v1.10.0