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

4
example/sitefile Normal file
View File

@@ -0,0 +1,4 @@
read ^/$ site/index.html
read ^/hello$ site/hello.html
read ^/blog/.*$ site/blog/
#/blog/2021-1-25.html turns into site/blog//blog/2021-1-25.html