From 3cf07f93575c2662b50c7c2985f0048764128763 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20Cora=C3=A7=C3=A3o?= Date: Sat, 14 Jan 2023 13:13:42 +0000 Subject: [PATCH] readme update --- README.md | 3 ++- config/_default/menus.en.toml | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index cbe2449d..8772a8f9 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,8 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohu - Support for series of articles - Flexible with any content types, taxonomies and menus - Support for header and footer menus -- Additional support for nested menus +- Support for nested menus +- Support for sub-navigation menu - Multilingual content support inlcuding support for RTL languages - Ability to link to posts on third-party websites - Buymeacoffee integration diff --git a/config/_default/menus.en.toml b/config/_default/menus.en.toml index 7c25e422..579cedda 100644 --- a/config/_default/menus.en.toml +++ b/config/_default/menus.en.toml @@ -31,6 +31,17 @@ # pageRef = "posts" # weight = 20 +#[[subnavigation]] +# name = "An interesting topic" +# pageRef = "tags/interesting-topic" +# weight = 10 + +#[[subnavigation]] +# name = "My Awesome Category" +# pre = "github" +# pageRef = "categories/awesome" +# weight = 20 + #[[main]] # name = "Categories" # pageRef = "categories"