Jesús Pérez 0aeaa33d9a
Some checks failed
CI/CD Pipeline / Test Suite (push) Has been cancelled
CI/CD Pipeline / Security Audit (push) Has been cancelled
CI/CD Pipeline / Build Docker Image (push) Has been cancelled
CI/CD Pipeline / Deploy to Staging (push) Has been cancelled
CI/CD Pipeline / Deploy to Production (push) Has been cancelled
CI/CD Pipeline / Performance Benchmarks (push) Has been cancelled
CI/CD Pipeline / Cleanup (push) Has been cancelled
chore: update gitignore and fix content
2026-02-08 20:09:38 +00:00

37 lines
565 B
TOML

# 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"