37 lines
565 B
TOML
Raw Normal View History

# Site Navigation Configuration
# Edit this file to customize your site's navigation
[[main]]
name = "Home"
url = "/"
icon = "i-heroicons-home"
[[main]]
name = "Blog"
url = "/blog"
icon = "i-heroicons-document-text"
[[main]]
name = "About"
url = "/about"
icon = "i-heroicons-information-circle"
# Footer navigation
[[footer]]
name = "Privacy"
url = "/privacy"
[[footer]]
name = "Terms"
url = "/terms"
# Social links
[[social]]
name = "GitHub"
url = "{{repository}}"
icon = "i-lucide-github"
[[social]]
name = "RSS"
url = "/feed.xml"
icon = "i-heroicons-rss"