From 885c814e4434815017578def3938c6e49d1daaf7 Mon Sep 17 00:00:00 2001 From: eclipse Date: Wed, 19 Mar 2025 15:34:50 +0100 Subject: [PATCH] cleaned up file --- DEPENDENCIES.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index 67755bf..f2d65bc 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -1,53 +1,55 @@ -# Site generation +# t-r.de Dependencies -## Static Site Generator +## Site generation + +### Static Site Generator * pelican with Markdown support (`pip install pelican[markdown]`) * python3 -## Pelican Plugins +### Pelican Plugins Pip packages * pelican-yaml-metadata * pelican-image-process -## Site Display +### Site Display -### CSS +#### CSS * Pico CSS ([fork](https://github.com/Yohn/PicoCSS)) -### Fonts +#### Fonts * [Libertinus Sans](https://github.com/alerque/libertinus) -# On Production Server +## On Production Server * php (aktuell 8.1) * database driver, e.g. pdo_sqlite * PHPMailer (included in source) -# Content generation +## Content generation -## List of books and texts +### List of books and texts * ? -## Event list +### Event list * utils/refresh-events.py depends on: * caldav * vobject -## image processing +### image processing * utils/crop_image_to_bbox.py depends on: - * PIL + * PIL -## Favicon +### Favicon * utils/favicon-from-svg.sh depends on: