From a67e38d1a82c95db5bd24183e81b31438f60dd2c Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sun, 2 Jul 2017 16:22:35 +0200 Subject: feat: add configurable navigation --- config/default.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config/default.toml') diff --git a/config/default.toml b/config/default.toml index 8683981..3b6ceb6 100644 --- a/config/default.toml +++ b/config/default.toml @@ -7,6 +7,10 @@ port = 3000 name = "John Doe" photo = "/static/johndoe.jpg" +[[site.nav]] +text = "Home" +url = "/" + [posts] folder = "./posts" -- cgit 1.4.1