Skip to content

Commit

Permalink
Blog (#31)
Browse files Browse the repository at this point in the history
* setup blog

* add site url to project yml
  • Loading branch information
kbvernon authored Jun 30, 2024
1 parent 2141bc3 commit 2fa3993
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ execute:

website:
title: "extendr"

site-url: https://extendr.github.io

navbar:
left:
- text: "Get Started"
Expand All @@ -33,27 +34,27 @@ website:
- title: "User Guide"
collapse-level: 1
style: "floating"
contents:
contents:
- user-guide/index.qmd
- user-guide/complete-example.qmd
- section: "R Packages"
contents:
- user-guide/r-pkgs/package-setup.qmd
- user-guide/r-pkgs/package-structure.qmd
- section: "Type Mapping"
contents:
contents:
- user-guide/type-mapping/extendr-macro.qmd
- user-guide/type-mapping/scalars.qmd
- user-guide/type-mapping/vectors.qmd
- user-guide/type-mapping/missing-values.qmd
- user-guide/type-mapping/characters.qmd
- section: "Error Handling"
contents:
contents:
- user-guide/error-handling/basic-error-handling.qmd

format:
html:
theme:
light: flatly
dark: darkly
dark: darkly
toc: false

0 comments on commit 2fa3993

Please sign in to comment.