cleaned up file
This commit is contained in:
parent
cbf6bf9a55
commit
885c814e44
@ -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
|
||||
|
||||
## Favicon
|
||||
### Favicon
|
||||
|
||||
* utils/favicon-from-svg.sh
|
||||
depends on:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user