add postprocessing feature

This commit is contained in:
Denis Lehmann 2020-04-18 11:36:31 +02:00
parent 400631fba9
commit 50f54f20c5
3 changed files with 85 additions and 56 deletions

View file

@ -7,6 +7,12 @@ max_age = 30
# Date and time format as strftime to be included in the articles.
datetime_format = '%d.%m.%Y %H:%M'
# Postprocessing command of the articles. The article is written to stdin in HTML format and read from stdout.
postprocessor = 'pandoc -f html -t markdown_strict-raw_html --reference-links --reference-location=document'
# Fileending for the article files.
fileending = 'md'
# Feeds
# The category can be empty (''). The feed fill then be stored in the base_directory.
# The category can also be a path, which will result in subdirectories (e.g. 'technology/hardware').