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 @@
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