50 lines
654 B
Markdown
50 lines
654 B
Markdown
# Site generation
|
|
|
|
## Static Site Generator
|
|
|
|
* pelican with Markdown support (`pip install pelican[markdown]`)
|
|
* python3
|
|
|
|
## Pelican Plugins
|
|
|
|
Pip packages
|
|
|
|
* pelican-yaml-metadata
|
|
* pelican-image-process
|
|
|
|
?* [Optimize Images](https://github.com/minchinweb/minchin.pelican.plugins.optimize_images)
|
|
|
|
## Site Display
|
|
|
|
* Pico CSS (Yohn's fork)
|
|
* Linux Biolinum (font)
|
|
|
|
# On Production Server
|
|
|
|
* php (aktuell 8.1)
|
|
* database driver, e.g. pdo_sqlite
|
|
* PHPMailer (included in source)
|
|
|
|
|
|
# Content generation
|
|
|
|
## List of books and texts
|
|
|
|
* ?
|
|
|
|
## Event list
|
|
|
|
Python packages
|
|
|
|
* caldav
|
|
* vobject
|
|
|
|
## Favicon
|
|
|
|
Linux packages:
|
|
|
|
* inkscape
|
|
* pngquant
|
|
* image-magick
|
|
|