diff --git a/config.toml b/config.toml index 385271f..bb03d21 100644 --- a/config.toml +++ b/config.toml @@ -11,7 +11,7 @@ copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethu favicon = "images/favicon.svg" logo_width = 100 author = "BIASlab" - copyright = "© BIASlab, 2022-2023" + copyright = "© BIASlab, 2022-2023, Powered by **[Hugo](https://github.com/biaslab/rxinfer-website/)**" footer_menu_left = "Ecosystem" footer_menu_middle = "Supported by" footer_content = "Follow Us" @@ -86,11 +86,11 @@ copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethu url = "https://biaslab.github.io/RxInfer.jl/stable/" weight = 2 - [[menu.main]] - name = "Papers" - pre = "" - url = "https://biaslab.github.io/publication/" - weight = 4 + # [[menu.main]] + # name = "Papers" + # pre = "" + # url = "https://biaslab.github.io/publication/" + # weight = 4 [[menu.main]] name = "Examples" @@ -104,6 +104,13 @@ copyright = "Design By [Themefisher](https://themefisher.com/) Develop By [Gethu url = "https://biaslab.github.io/team/" # url = "/team" + [[menu.main]] + name = "Discussions" + pre = "" + weight = 5 + url = "https://github.com/biaslab/RxInfer.jl/discussions" + # url = "/team" + [[menu.main]] name = "Contact" pre = "" diff --git a/content/contact.md b/content/contact.md index d34dcdb..d7e255b 100644 --- a/content/contact.md +++ b/content/contact.md @@ -13,11 +13,11 @@ contacts: - name : "Discourse" logo : "fas fa-comments" - url : "https://discourse.julialang.org/" + url : "https://discourse.julialang.org/tag/rxinfer" - name : "GitHub" logo : "fab fa-github" - url : "https://github.com/biaslab/RxInfer.jl" + url : "https://github.com/biaslab/RxInfer.jl/discussions" emailform: enable: false