diff --git a/hugo.toml b/hugo.toml index 320013d..5c0d1d1 100644 --- a/hugo.toml +++ b/hugo.toml @@ -16,3 +16,13 @@ path = "github.com/google/docsy/dependencies" style = "catppuccin-latte" [params.ui] sidebar_menu_foldable = true +[[params.links.user]] + name ="Twitter" + url = "https://x.com/gogrlx" + icon = "fab fa-twitter" + desc = "Follow us on Twitter to get the latest news!" +[[params.links.user]] + name = "GitHub" + url = "https://github.com/gogrlx/grlx" + icon = "fab fa-github" + desc = "Development takes place here!"