aboutsummaryrefslogtreecommitdiffstats
path: root/src/data/navigator.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/navigator.js')
-rw-r--r--src/data/navigator.js13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/data/navigator.js b/src/data/navigator.js
new file mode 100644
index 0000000..2081e7d
--- /dev/null
+++ b/src/data/navigator.js
@@ -0,0 +1,13 @@
+module.exports = [{
+ url: "/",
+ title: "Home"
+ },
+ {
+ url: "/blog/",
+ title: "Blog"
+ },
+ {
+ url: "/about/",
+ title: "About"
+ }
+] \ No newline at end of file