diff --git a/README.md b/README.md index ffab706cf..2f9c029fe 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +
+
+
Bayesian inference with probabilistic programming
+ # Turing.jl Documentation and Tutorials **https://turinglang.org/docs/** diff --git a/_brand.yml b/_brand.yml new file mode 100644 index 000000000..65b8c742c --- /dev/null +++ b/_brand.yml @@ -0,0 +1,4 @@ +logo: + medium: + light: https://turinglang.org/assets/logo/turing-logo-light.svg + dark: https://turinglang.org/assets/logo/turing-logo-dark.svg diff --git a/_includes/footer.html b/_includes/footer.html new file mode 100644 index 000000000..de9c67edb --- /dev/null +++ b/_includes/footer.html @@ -0,0 +1,45 @@ + diff --git a/_quarto.yml b/_quarto.yml index 10d84b1dd..1649584a6 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -26,7 +26,7 @@ website: location: navbar type: overlay navbar: - logo: "/assets/images/turing-logo.svg" + title: false logo-href: https://turinglang.org/ left: - text: Get Started @@ -172,52 +172,7 @@ format: } include-after-body: - - text: | - + file: _includes/footer.html execute: echo: true diff --git a/theming/rules/_quarto-tweaks.scss b/theming/rules/_quarto-tweaks.scss index 5049754b4..c79f1151d 100644 --- a/theming/rules/_quarto-tweaks.scss +++ b/theming/rules/_quarto-tweaks.scss @@ -122,3 +122,7 @@ pre { --bs-tooltip-color: $black !important; --bs-tooltip-bg: $white !important; } + +.sidebar-header { + display: none; +} \ No newline at end of file