| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Follow-up changes to metadata field docsmetadata_keys | Justin Mayer | 2019-10-16 | 1 | -25/+23 |
| | | |||||
| * | Improve content metadata field docs. Fixes #2347 | Justin Mayer | 2019-10-16 | 1 | -14/+23 |
| | | |||||
| * | Release Pelican 4.1.34.1.3 | botpub | 2019-10-09 | 1 | -0/+11 |
| | | |||||
| * | Add extra/optional Markdown dependency to setup.py | David Alfonso | 2019-10-09 | 2 | -2/+10 |
| | | | | | | - Modify documentation to use the extra dependency in order to install the recommended markdown package version. | ||||
| * | Fix quick-start docs regarding `pelican --listen` | Justin Mayer | 2019-09-28 | 2 | -15/+7 |
| | | | | | Reverts 2ab91bbaaa565dcb89726b6cac0002c1e0644dc3 and resolves #2626 | ||||
| * | Release Pelican 4.1.24.1.2 | botpub | 2019-09-23 | 1 | -0/+5 |
| | | |||||
| * | Pushing Python compatibility to Python 3.5+ | Lucas Cimon | 2019-09-23 | 1 | -1/+1 |
| | | |||||
| * | Fix formatting, etc in Settings documentation | Justin Mayer | 2019-09-21 | 1 | -3/+3 |
| | | |||||
| * | [Documentation] Add comma after 'for instance' | Jorge Maldonado Ventura | 2019-08-26 | 1 | -1/+1 |
| | | |||||
| * | Release Pelican 4.1.14.1.1 | botpub | 2019-08-23 | 1 | -0/+8 |
| | | |||||
| * | Update changelog for Pelican 4.1.04.1.0 | Justin Mayer | 2019-07-14 | 1 | -1/+10 |
| | | |||||
| * | Consolidate version strings in pyproject.toml | Justin Mayer | 2019-07-05 | 1 | -1/+1 |
| | | | | | | Storing the current version in a single place greatly simplifies issuing new package releases. | ||||
| * | Update livereload Invoke task and add docs | John Franey | 2019-06-18 | 1 | -0/+6 |
| | | | | | | | | | | | Removes the `livereload` dependency from `setup.py`. Updates the `invoke livereload` task by moving the `livereload` import into the task function since it is now an optional dependency. Updates the Invoke section of the documentaion with instructions on using the `livereload` Invoke task. | ||||
| * | Document automatic titles from content file names | Justin Mayer | 2019-06-17 | 1 | -1/+10 |
| | | | | | Closes #2107 | ||||
| * | Docs: MARKDOWN var replaces, not updates, default | Justin Mayer | 2019-06-17 | 1 | -1/+1 |
| | | | | | Closes #2100 | ||||
| * | Both --autoreload and --listen can be combined | Justin Mayer | 2019-06-16 | 1 | -1/+6 |
| | | | | | But not on Windows. Refs #2400 | ||||
| * | Clarify that `pelican --listen` operates on output | Justin Mayer | 2019-06-16 | 1 | -2/+2 |
| | | |||||
| * | Update http:// links to https:// where appropriate | Justin Mayer | 2019-04-25 | 5 | -16/+16 |
| | | |||||
| * | Merge pull request #2544 from bberberov/redundant-and-reorder | Justin Mayer | 2019-04-25 | 2 | -45/+35 |
| |\ | | | | | Docs: Remove redundant text and reorder settings for consistency | ||||
| | * | Documentation changes based on pull request comments. | Boian Berberov | 2019-04-04 | 2 | -5/+5 |
| | | | | | | | | | | | - Settings -> Template pages: DIRECT_TEMPLATES example - Creating Themes -> Common variables: authors and tags descriptions | ||||
| | * | Adding `authors` to Common variables | Boian Berberov | 2019-03-26 | 1 | -2/+4 |
| | | | | | | | | | | | - Adding `authors` to Common variables in the documentation - Reordering the `authors`, `categories`, `tags` variables in the table | ||||
| | * | Updating DIRECT_TEMPLATES documentation to match default configuration | Boian Berberov | 2019-03-23 | 1 | -2/+2 |
| | | | |||||
| | * | Remove redundant text and reorder settings for consistency | Boian Berberov | 2019-03-19 | 1 | -41/+29 |
| | | | | | | | | | | | | | | | | | - Remove redundant `YEAR`, `MONTH`, and `DAY` `_ARCHIVE_SAVE_AS` sections - Move `AUTHOR_URL` and `AUTHOR_SAVE_AS` to match `AUTHOR`, `CATEGORY`, `TAG` order throughout the rest of the document - Move `YEAR`, `MONTH`, and `DAY` `_ARCHIVE_URL` and `_ARCHIVE_SAVE_AS` sections below paragraph describing them; and match ( `_URL`, `_SAVE_AS` ) order throughout the rest of the document Recommend viewing with `--diff-algorithm=patience` | ||||
| * | | Merge pull request #2520 from askpatrickw/askpatrickw-2386 | Justin Mayer | 2019-04-25 | 1 | -21/+0 |
| |\ \ | | | | | | | Move FeedBurner config to wiki | ||||
| | * | | Move feedburner config to wiki | Patrick | 2019-01-21 | 1 | -21/+0 |
| | | | | | | | | | | | | | | | | Fixes #2386 https://github.com/getpelican/pelican/wiki/FeedBurner-Configuration | ||||
| * | | | Clarify copyright continues through to present day | Justin Mayer | 2019-04-25 | 1 | -1/+1 |
| | |/ |/| | | | | | This obviates the need to manually update the copyright every year. | ||||
| * | | Change TEMPLATE_EXTENSION to TEMPLATE_EXTENSIONS in documentation | Boian Berberov | 2019-03-13 | 1 | -1/+1 |
| | | | |||||
| * | | Allow directories in EXTRA_PATH_METADATA | Andrew Vant | 2019-03-06 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | Metadata applied to a directory will apply to all files under it. In case of conflicts, child paths beat parent paths, so metadata applied to `dir/subdir/file.md` will take precedence over that applied to `dir/subdir`, which will take precedence over just `dir`. | ||||
| * | | Remove Python 3.4 references | John Franey | 2019-02-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | This PR removes the Python 3.4 tox task and updates references in the code to Python 3.5+. tox complains about Python 3.4, which is EOL after next month: > py34 installed: DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429). | ||||
| * | | Merge pull request #2504 from mosra/docs-escaped-backslash | Justin Mayer | 2019-01-27 | 1 | -4/+4 |
| |\ \ | | | | | | | Docs: properly show escaped chars in SLUG_REGEX_SUBSTITUTIONS | ||||
| | * | | docs: properly show escaped chars in SLUG_REGEX_SUBSTITUTIONS. | Vladimír Vondruš | 2019-01-04 | 1 | -4/+4 |
| | | | | |||||
| * | | | Add relative_source_path attribute to content | Bryan Brattlof | 2019-01-26 | 1 | -31/+39 |
| | |/ |/| | |||||
| * | | Fix incorrect update note in changelog | Jorge Maldonado Ventura | 2019-01-05 | 1 | -1/+1 |
| |/ | |||||
| * | Prepare for next version | Justin Mayer | 2018-11-30 | 1 | -0/+4 |
| | | |||||
| * | Prepare to release Pelican 4.0.14.0.1 | Justin Mayer | 2018-11-30 | 1 | -1/+1 |
| | | |||||
| * | Add upgrade notes for slug-related settings | Justin Mayer | 2018-11-29 | 1 | -0/+8 |
| | | | | | Refs #2442 | ||||
| * | Add bug fixes to changelog | Justin Mayer | 2018-11-29 | 1 | -0/+7 |
| | | |||||
| * | Prepare to release Pelican 4.04.0.0 | Justin Mayer | 2018-11-13 | 2 | -3/+3 |
| | | |||||
| * | Add more changelog entries | Justin Mayer | 2018-11-13 | 1 | -6/+9 |
| | | |||||
| * | Add more changes to changelog | Oliver Urs Lenz | 2018-11-11 | 1 | -0/+10 |
| | | |||||
| * | Merge pull request #2434 from oulenz/importer_doc | Justin Mayer | 2018-11-11 | 1 | -0/+8 |
| |\ | | | | | Importer docs: Warn about multiple categories in Wordpress | ||||
| | * | importer docs: warn about multiple categories in wordpress | Oliver Urs Lenz | 2018-11-06 | 1 | -0/+8 |
| | | | |||||
| * | | Merge branch 'master' into html_list_tags | Justin Mayer | 2018-11-11 | 16 | -513/+541 |
| |\ \ | |/ | |||||
| | * | Merge branch 'master' into line-limit | Justin Mayer | 2018-11-03 | 4 | -31/+29 |
| | |\ | |||||
| | | * | Convert FEED settings from `%s` to `{slug}` redux (#2432) | MinchinWeb | 2018-11-03 | 3 | -24/+29 |
| | | | | | | | | | | | | | | | | * Convert FEED settings from `%s` to `{slug}` redux Closes #2106, Closes #2383 | ||||
| | | * | Docs: ghp-import works on Windows now | MinchinWeb | 2018-11-02 | 1 | -6/+0 |
| | | | | | | | | | | | | | see https://github.com/davisp/ghp-import/pull/25 | ||||
| | * | | Docs: Reflow to 79 char line limit | MinchinWeb | 2018-11-02 | 16 | -460/+481 |
| | |/ | |||||
| | * | automatically copy linked static files | Oliver Urs Lenz | 2018-11-01 | 2 | -38/+48 |
| | | | |||||
| * | | Merge branch 'master' into html_list_tags | Justin Mayer | 2018-11-01 | 12 | -204/+406 |
| |\ \ | |/ | |||||
| | * | control scope of identification of translations with new settings | Oliver Urs Lenz | 2018-11-01 | 3 | -2/+19 |
| | | | |||||
