Update pelicanconf.py

This commit is contained in:
Russell Ballestrini 2025-03-27 12:48:04 +00:00
parent 735eb44a18
commit 0c5f5b5d23

View file

@ -91,6 +91,11 @@ CATEGORY_SAVE_AS = 'category/{slug}/index.html'
TAG_SAVE_AS = 'tags/{slug}/index.html'
AUTHOR_SAVE_AS = 'author/{slug}/index.html'
# Enable raw source files in output directory alongside index.html
# This copies the raw .rst files to the output
OUTPUT_SOURCES = True
OUTPUT_SOURCES_EXTENSION = 'rst'
# Setup filters and plugins.
PLUGIN_PATHS = ['pelican-plugins']