From abff0ef3baea059db489e582a6236f74281bcef0 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Thu, 20 Apr 2023 21:34:05 +0400 Subject: [PATCH] added stuff to the test webpage --- test/index.html | 5 +++++ test_combined.rb | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/test/index.html b/test/index.html index c4176e8..ea832cd 100644 --- a/test/index.html +++ b/test/index.html @@ -6,6 +6,11 @@

Welcome to Hyde

Hyde is the horrible side of Jekyll, and, consequently, this particular project.

+

Created by Yessiest

diff --git a/test_combined.rb b/test_combined.rb index 79babb8..69071c1 100644 --- a/test_combined.rb +++ b/test_combined.rb @@ -15,7 +15,6 @@ server = Hyde::Server.new Port: 8000 do end end path "uploads" do - index ["index.html"] serve "**/*.md", match_full_path: true serve ["*.html","**/*.html"], match_full_path: true end