pub / zeitung

News-Aggregator in newspaper style as HTML/PDF/EPUB
git clone src.jayvii.de/pub/zeitung.git
Home | Log | Files | Exports | Refs | README | RSS

commit 80b0178fb50159eeabd51d70e1ac0ed2f2212715
parent eb1fdb06f596676a625fad6549e07bd0557fae70
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon,  2 Mar 2026 18:38:55 +0100

feat: ensure the output directory exists

Diffstat:
Mgenerate.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/generate.sh b/generate.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash # run perlanet on the config file to fetch all feeds and populate the markdown +mkdir -p ./output/ perlanet "./perlanetrc.yaml" # ensure only characters exist, that are valid for the LaTeX template