diff options
author | Alan Pearce | 2017-07-02 16:22:35 +0200 |
---|---|---|
committer | Alan Pearce | 2017-07-02 16:22:35 +0200 |
commit | a67e38d1a82c95db5bd24183e81b31438f60dd2c (patch) | |
tree | 1773ff844074db76b82b31723b31d6c5006a7f01 /config | |
parent | 550562ec8b147439689bb3d4abdc406ace54a7db (diff) | |
download | homestead-a67e38d1a82c95db5bd24183e81b31438f60dd2c.tar.lz homestead-a67e38d1a82c95db5bd24183e81b31438f60dd2c.tar.zst homestead-a67e38d1a82c95db5bd24183e81b31438f60dd2c.zip |
feat: add configurable navigation
Diffstat (limited to 'config')
-rw-r--r-- | config/default.toml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |