From 4a462a4a21e028c58089b8bf2944440ef85a0fc7 Mon Sep 17 00:00:00 2001 From: panr Date: Fri, 1 Feb 2019 10:15:28 +0100 Subject: [PATCH] Update README --- README.md | 3 + layouts/partials/menu.html | 2 +- static/assets/main.js | 125 +---------------------------------- static/assets/prism.js | 131 +++---------------------------------- webpack.config.js | 2 +- 5 files changed, 14 insertions(+), 249 deletions(-) diff --git a/README.md b/README.md index 70c005d..684cf5a 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ paginate = 5 contentTypeName = "posts" # ["orange", "blue", "red", "green", "pink"] themeColor = "orange" + # if you set this to 0, only submenu trigger will be visible + showMenuItems = 2 [languages] [languages.en] @@ -68,6 +70,7 @@ paginate = 5 subtitle = "A simple, retro theme for Hugo" keywords = "" copyright = "" + menuMore = "Show more" readMore = "Read more" readOtherPosts = "Read other posts" diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html index de73e14..990553d 100644 --- a/layouts/partials/menu.html +++ b/layouts/partials/menu.html @@ -1,6 +1,6 @@