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 @@