Content for quarto version of r-nimble.org website
This is the converted Quarto version of the NIMBLE website, originally a WordPress site.
NIMBLE is an R package for programming with BUGS models and compiling parts of R. It provides a system for building and sharing analysis methods for statistical models, especially hierarchical models and computationally-intensive methods.
index.qmd- Main homepageabout-us.qmd- Team informationwhat-is-nimble.qmd- Introduction to NIMBLEdownload.qmd- Installation instructionsdocumentation.qmd- Links to manuals and guidesexamples.qmd- Example code and tutorialsblog/- Blog posts and announcementsimages/- Static images and assets
To build this Quarto website:
-
Install Quarto: https://quarto.org/docs/get-started/
-
Install required dependencies:
# Install Quarto # Then render the site quarto render
-
Preview the site:
quarto preview
The site configuration is in _quarto.yml which includes:
- Navigation structure
- Theme customization
- Output settings
- Blog listing configuration
styles.css- Custom CSS stylescustom.scss- SCSS variables and additional styling_quarto.yml- Main configuration
This website was converted from WordPress HTML files. The original content has been preserved and adapted to Quarto format while maintaining the structure and information.
To add content:
- Blog posts go in the
blog/directory - Images go in the
images/directory - New pages can be added as
.qmdfiles in the root - Update
_quarto.ymlto add new pages to navigation