Update pelicanconf.py
This commit is contained in:
parent
735eb44a18
commit
0c5f5b5d23
1 changed files with 5 additions and 0 deletions
|
|
@ -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']
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue