diff options
-rw-r--r-- | config.toml | 7 | ||||
m--------- | themes/hyde | 0 |
2 files changed, 7 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 368d702..e24f77a 100644 --- a/config.toml +++ b/config.toml @@ -13,6 +13,13 @@ layoutReverse = true [author] name = "Alan Pearce" +[[menu.main]] + name = "Home" + URL = "/" +[[menu.main]] + name = "Posts" + URL = "/post/" + [Params.author.urls] Twitter = "https://twitter.com/alanpearceuk" Github = "https://github.com/alanpearce" diff --git a/themes/hyde b/themes/hyde -Subproject 20138bcb2ef234bb40bebaa5749b3ea4e6ce16b +Subproject df6e95df7d810d47bf767c4073ed5427d884bf3 |