added stuff to the test webpage
This commit is contained in:
parent
695e32bbfa
commit
abff0ef3ba
|
@ -6,6 +6,11 @@
|
|||
<body>
|
||||
<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>
|
||||
<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 />
|
||||
<p> Created by Yessiest </p>
|
||||
</body>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue