From 0e9064c49d3d5bdd0ac25101625ec0ca1b339ec1 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Thu, 9 Oct 2025 17:52:19 +0200 Subject: [PATCH] Update quarto project style --- .gitignore | 1 + _quarto.yml | 11 +++++++---- popcorn.qmd | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 89e6769..56a7d74 100644 --- a/.gitignore +++ b/.gitignore @@ -11,4 +11,5 @@ wheels/ /.quarto/ /_output/ +/output/ /.jupyter_cache/ diff --git a/_quarto.yml b/_quarto.yml index a8ec81f..8a618cd 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -1,13 +1,16 @@ project: - title: "Popcorn analysis" - output-dir: _output + title: "Void Linux PopCorn packages statistics analysis" + output-dir: output render: - popcorn.qmd execute: cache: false +format: + html: + embed-resources: true + theme: - # light: flatly - light: darkly + light: flatly dark: darkly diff --git a/popcorn.qmd b/popcorn.qmd index c8c1832..a107d9e 100644 --- a/popcorn.qmd +++ b/popcorn.qmd @@ -54,7 +54,7 @@ def pplot(cell: Cell) -> Any: outp, _ = run_cell(cell) return ( outp - + lp.flavor_darcula() + # + lp.flavor_darcula() + lp.ggsize(width=fig_width * 1000, height=fig_height * 1000) )