This repository contains the quarto source for the Turing.jl
website.
To get started with the Turing.jl
website locally, you'll need to have the following prerequisite installed:
Once you have this prerequisite installed, you can follow these steps:
-
Clone this repository:
git clone https://github.com/TuringLang/turinglang.github.io.git
-
Navigate into the cloned directory:
cd turinglang.github.io
-
Preview the website using Quarto Preview:
quarto preview
This will launch a local server at http://localhost:4200/, which you can view in your web browser by navigating to the link shown in your terminal.
-
Render the website locally:
quarto render
This will render the full website in _site
folder.
This project is licensed under the MIT License - see the LICENSE file for details.