aboutsummaryrefslogtreecommitdiff
path: root/routes.json
diff options
context:
space:
mode:
Diffstat (limited to 'routes.json')
-rw-r--r--routes.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/routes.json b/routes.json
new file mode 100644
index 0000000..9b02008
--- /dev/null
+++ b/routes.json
@@ -0,0 +1,14 @@
+{
+ "": {
+ "title": "Home",
+ "content": "/content/landing.html"
+ },
+ "1-hello-new-blog": {
+ "title": "Hello New Blog",
+ "content": "/content/posts/1-hello-new-blog.html"
+ },
+ "2-second-blog": {
+ "title": "Second Blog Post",
+ "content": "/content/posts/2-second-post.html"
+ }
+} \ No newline at end of file