aboutsummaryrefslogtreecommitdiff
path: root/routes.json
diff options
context:
space:
mode:
authorMartin Ashby <martin@ashbysoft.com>2022-10-14 22:57:09 +0100
committerMartin Ashby <martin@ashbysoft.com>2022-10-14 22:57:09 +0100
commitf9c72b3d8f047b107449a7c6db8a602fd5535438 (patch)
treea5d32ab6a993411203ddd77abb865a70b2e2fb6c /routes.json
downloadblogsite-main.tar.gz
blogsite-main.tar.bz2
blogsite-main.tar.xz
blogsite-main.zip
Initial commitmain
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