cleaned up file

This commit is contained in:
eclipse 2025-03-19 15:34:50 +01:00
parent cbf6bf9a55
commit 885c814e44

View File

@ -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]`) * pelican with Markdown support (`pip install pelican[markdown]`)
* python3 * python3
## Pelican Plugins ### Pelican Plugins
Pip packages Pip packages
* pelican-yaml-metadata * pelican-yaml-metadata
* pelican-image-process * pelican-image-process
## Site Display ### Site Display
### CSS #### CSS
* Pico CSS ([fork](https://github.com/Yohn/PicoCSS)) * Pico CSS ([fork](https://github.com/Yohn/PicoCSS))
### Fonts #### Fonts
* [Libertinus Sans](https://github.com/alerque/libertinus) * [Libertinus Sans](https://github.com/alerque/libertinus)
# On Production Server ## On Production Server
* php (aktuell 8.1) * php (aktuell 8.1)
* database driver, e.g. pdo_sqlite * database driver, e.g. pdo_sqlite
* PHPMailer (included in source) * 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 * utils/refresh-events.py
depends on: depends on:
* caldav * caldav
* vobject * vobject
## image processing ### image processing
* utils/crop_image_to_bbox.py * utils/crop_image_to_bbox.py
depends on: depends on:
* PIL * PIL
## Favicon ### Favicon
* utils/favicon-from-svg.sh * utils/favicon-from-svg.sh
depends on: depends on: