Skip to content

TuringLang/turinglang.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1a27493 · Apr 21, 2025
Aug 12, 2024
Mar 4, 2025
Jan 23, 2025
Apr 11, 2025
Jan 23, 2025
Sep 19, 2024
Apr 21, 2025
May 14, 2024
Jan 23, 2025
Jan 10, 2025
May 31, 2024
Mar 4, 2025
Jun 17, 2024

Repository files navigation

Turing.jl Website

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:

  1. Clone this repository:

    git clone https://github.com/TuringLang/turinglang.github.io.git
  2. Navigate into the cloned directory:

    cd turinglang.github.io
  3. 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.

  1. Render the website locally:

    quarto render

This will render the full website in _site folder.

License

This project is licensed under the MIT License - see the LICENSE file for details.