Source for danielfrg.com.
pnpm install
pnpm dev
We use mkdocs-jupyter
to convert the notebooks to markdown.
We save the notebooks into src/pages/blog/notebooks
and we also commit the converted ones under src/pages/blog
Create Python environment:
mamba env create
conda activate danielfrg.com
Convert notebooks to markdown:
python nbconvert/convert.py