openproblems-bio / website

Website hosted at https://openproblems.bio
Creative Commons Attribution 4.0 International
3 stars 7 forks source link

OpenProblems.bio

This repository is used to build openproblems.bio.

Installation

If contributing to the documentation:

mkdir -p "$HOME/.local/bin"

curl -fsSL get.viash.io | bash -s -- --bin "$HOME/.local/bin"

Tip: Make sure that the $HOME/.local/bin folder is in your $PATH variable.

Preview

Run quarto preview to render a preview version of the site.

To reduce the time it takes to render the site, quarto is set to not execute runnable code by default. As such, some content may be missing -- mostly the output of code blocks. Use quarto preview --profile evaluate_code to evaluate runnable code blocks.

Tip: When you already did a render or preview with or without the profile argument, you need to remove the _site and _freeze directories to see a change by executing rm -r _site _freeze

Build

Run quarto render --profile evaluate_code to render the site.

License

This repository contains a Quarto website with different types of content: