added stuff to the test webpage

This commit is contained in:
Yessiest 2023-04-20 21:34:05 +04:00
parent 695e32bbfa
commit abff0ef3ba
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,11 @@
<body> <body>
<h1> Welcome to <a href="https://adastra7.net/git/Yessiest/hyde">Hyde</a> </h1> <h1> Welcome to <a href="https://adastra7.net/git/Yessiest/hyde">Hyde</a> </h1>
<p> Hyde is the horrible side of Jekyll, and, consequently, this particular project.</p> <p> Hyde is the horrible side of Jekyll, and, consequently, this particular project.</p>
<ul>
<li> <a href="/uploads/">Uploads</a> </li>
<li> <a href="/about/webrick">WEBrick</a> </li>
<li> <a href="/about/hyde">Hyde</a> </li>
</ul>
<hr /> <hr />
<p> Created by Yessiest </p> <p> Created by Yessiest </p>
</body> </body>

View File

@ -15,7 +15,6 @@ server = Hyde::Server.new Port: 8000 do
end end
end end
path "uploads" do path "uploads" do
index ["index.html"]
serve "**/*.md", match_full_path: true serve "**/*.md", match_full_path: true
serve ["*.html","**/*.html"], match_full_path: true serve ["*.html","**/*.html"], match_full_path: true
end end