diff --git a/_pkgdown.yml b/_pkgdown.yml index 8092031..d340cad 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -1,6 +1,26 @@ url: https://davidrsch.github.io/kerasnip/ template: + includes: + in_header: > + + bootstrap: 5 + bslib: + primary: "#BF281B" + danger: "white" + navbar-light-color: "white" + navbar-light-brand-color: "white" + navbar-light-brand-hover-color: "white" + code_font: "monospace" + +guides: + - title: "Getting Started" + navbar: ~ + contents: + - getting-started + - functional-api + +# examples: reference: - title: "Core Functions" @@ -22,24 +42,19 @@ reference: - register_keras_optimizer - keras_objects -articles: - - title: "Getting Started" - navbar: ~ - contents: - - getting-started - - functional-api - development: mode: auto navbar: + bg: primary + type: light structure: - left: [intro, reference, articles, news] + left: [intro, guides, examples, reference, news] right: [search, github] components: intro: - text: "Get started" - href: articles/getting-started.html + text: "Getting started" + href: guides/getting-started.html github: icon: fa-github href: https://github.com/davidrsch/kerasnip