Built with Quarto
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
jupyter lab build
Omit 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 preview
To build docs:
quarto render