Built with Quarto
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
jupyter lab buildOmit the index.qmd file and instead include a raw block in an index.ipynd with yaml following this example
---
# draft: true
title: ""
author: ""
date: ""
categories: []
# image: "image.png"
---To preview blog locally:
quarto previewTo build docs:
quarto render