forked from github/pelican
I disliked having to do: $ pelican-theme -r <theme-name> -i <theme-path> So I modified install() to handle an upgrade of an existing theme. While doing so, I noticed that in install() and symlink() the script would error with 'no a directory' instead of 'not a directory'. So I fixed that for you as well. |
||
|---|---|---|
| .. | ||
| plugins | ||
| themes | ||
| tools | ||
| __init__.py | ||
| contents.py | ||
| generators.py | ||
| log.py | ||
| paginator.py | ||
| readers.py | ||
| rstdirectives.py | ||
| settings.py | ||
| signals.py | ||
| utils.py | ||
| writers.py | ||