sibling 3.0.0

get next/previous sibling directory name.
Documentation
baseURL = "https://tamada.github.io/sibling"
languageCode = "en-us"
defaultContentLanguage = "en"
title = "Sibling"
theme = ["github.com/tamada/hugo_theme_mod", "github.com/nunocoracao/blowfish/v2"]
googleAnalytics = "G-JG3HPV69B1"

[params]
logo = "images/logo.svg"
description = "get next/previous sibling directory name."
dateFormat = "2006-01-02"
copyright = "Copyright © 2024 by Haruaki Tamada. Made with [Hugo](https://gohugo.io/). Deployed to [GitHub Pages](https://pages.github.com/)."

[menus]
[[menus.main]]
    name = "🏃 Usage"
    pageRef = "/usage"
    weight = 30
[[menus.main]]
    name = "⚓️ Install"
    pageRef = "/install"
    weight = 50
[[menus.main]]
    identifier = "haruaki-tamada"
    pre = "haruaki-tamada"
    url = "https://tamada.github.io"
    weight = 100
[[menus.main]]
    identifier = "github"
    pre = "github"
    url = "https://github.com/tamada/sibling"
    weight = 200
[[menus.footer]]
    name = ":smile: About"
    pageRef = "/about"
    weight = 50

[module]
[[module.imports]]
path = "github.com/tamada/hugo_theme_mod"