Cookiecutter template to create a single-file reStructuredText Pelican page entry
Works around this issue: cookiecutter/cookiecutter#35
This uses a simple script to take the output file and move it up a directory. This requires some caution when using:
- The output filename could overwrite an existing file with the exact same name.
- The directory name is a deliberately uncommon one (
__tmp__
), but it still must not exist in the directory where you run this cookiecutter template.