Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move {ARTICLE,PAGE}_DIR -> {ARTICLE,PAGE}_PATHS and correlate with {ARTICLE,PAGE}_EXCLUDES #1322

Merged
merged 3 commits into from
Jun 25, 2014

Commits on May 14, 2014

  1. move {ARTICLE,PAGE}_DIR -> {ARTICLE,PAGE}_PATHS

    Instead of one path a list can be given. This is due to popular request.
    Should help people not wanting to use Pelican for blogging.
    Maintain backward compatibility though.
    Thanks to @ingwinlu for pointing out the change in StaticGenerator.
    smartass101 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    d635a34 View commit details
    Browse the repository at this point in the history
  2. Fix getpelican#1344 move PLUGIN_PATH -> PLUGIN_PATHS

    Pelican uses *_PATHS names for settings that represent a list of paths.
    smartass101 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    21882fd View commit details
    Browse the repository at this point in the history
  3. Add {PAGE,ARTICLE}_PATHS to {ARTICLE,PAGE}_EXCLUDES automatically

    This makes it easier for someone to change PAGE_PATHS without the
    need to change ARTICLE_EXCLUDES accordingly.
    smartass101 committed May 14, 2014
    Configuration menu
    Copy the full SHA
    6aa0e43 View commit details
    Browse the repository at this point in the history