Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 629 Bytes

README.md

File metadata and controls

42 lines (32 loc) · 629 Bytes

Ev's blog

https://evanlesmez.com

Built with Quarto

Quart-CLI AUR package

Quick setup

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt
jupyter lab build

Jupyter blog post

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"
---

Common Commands

To preview blog locally:

quarto preview

To build docs:

quarto render