Created an example
This commit is contained in:
11
example/site/blog/README
Normal file
11
example/site/blog/README
Normal 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
example/site/blog/blog/2021-1-25.html
Normal file
1
example/site/blog/blog/2021-1-25.html
Normal file
@@ -0,0 +1 @@
|
||||
<p1>I have nothing to blog about</p1>
|
||||
1
example/site/hello.html
Normal file
1
example/site/hello.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>Hello world!</h1>
|
||||
5
example/site/index.html
Normal file
5
example/site/index.html
Normal 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>
|
||||
Reference in New Issue
Block a user