Created an example

This commit is contained in:
Nate Choe
2022-01-25 05:28:24 -06:00
parent 6bbfb59d34
commit f813007e89
7 changed files with 27 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
If the user requests
/blog/2021-1-25
because the sitefile says
site/blog/
these 2 strings are appended into
site/blog//blog/2021-1-25
+1
View File
@@ -0,0 +1 @@
<p1>I have nothing to blog about</p1>
+1
View File
@@ -0,0 +1 @@
<h1>Hello world!</h1>
+5
View File
@@ -0,0 +1,5 @@
<h1>Welcome to my blog!</h1>
<h3>It's not very polished but it's certainly a website</h3>
<a href="blog/2021-1-25.html">2021-1-25</a>