Convert homepage to Express EJS
This commit is contained in:
+6
-4
@@ -1,5 +1,7 @@
|
||||
# nothing to ignore yet. this is a static site.
|
||||
# adding the placeholder so future me has somewhere to put build artifacts.
|
||||
.DS_Store
|
||||
node_modules/
|
||||
*.log
|
||||
npm-debug.log*
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
.DS_Store
|
||||
server.log
|
||||
|
||||
Reference in New Issue
Block a user