readme update

This commit is contained in:
Nuno Coração 2023-01-14 13:13:42 +00:00
parent b3e006d90f
commit 3cf07f9357
2 changed files with 13 additions and 1 deletions

View file

@ -34,7 +34,8 @@ Blowfish is designed to be a powerful, lightweight theme for [Hugo](https://gohu
- Support for series of articles - Support for series of articles
- Flexible with any content types, taxonomies and menus - Flexible with any content types, taxonomies and menus
- Support for header and footer 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 - Multilingual content support inlcuding support for RTL languages
- Ability to link to posts on third-party websites - Ability to link to posts on third-party websites
- Buymeacoffee integration - Buymeacoffee integration

View file

@ -31,6 +31,17 @@
# pageRef = "posts" # pageRef = "posts"
# weight = 20 # 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]] #[[main]]
# name = "Categories" # name = "Categories"
# pageRef = "categories" # pageRef = "categories"