summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Follow-up changes to metadata field docsmetadata_keysJustin Mayer2019-10-161-25/+23
|
* Improve content metadata field docs. Fixes #2347Justin Mayer2019-10-161-14/+23
|
* Release Pelican 4.1.34.1.3botpub2019-10-091-0/+11
|
* Add extra/optional Markdown dependency to setup.pyDavid Alfonso2019-10-092-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 Mayer2019-09-282-15/+7
| | | | Reverts 2ab91bbaaa565dcb89726b6cac0002c1e0644dc3 and resolves #2626
* Release Pelican 4.1.24.1.2botpub2019-09-231-0/+5
|
* Pushing Python compatibility to Python 3.5+Lucas Cimon2019-09-231-1/+1
|
* Fix formatting, etc in Settings documentationJustin Mayer2019-09-211-3/+3
|
* [Documentation] Add comma after 'for instance'Jorge Maldonado Ventura2019-08-261-1/+1
|
* Release Pelican 4.1.14.1.1botpub2019-08-231-0/+8
|
* Update changelog for Pelican 4.1.04.1.0Justin Mayer2019-07-141-1/+10
|
* Consolidate version strings in pyproject.tomlJustin Mayer2019-07-051-1/+1
| | | | | Storing the current version in a single place greatly simplifies issuing new package releases.
* Update livereload Invoke task and add docsJohn Franey2019-06-181-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 namesJustin Mayer2019-06-171-1/+10
| | | | Closes #2107
* Docs: MARKDOWN var replaces, not updates, defaultJustin Mayer2019-06-171-1/+1
| | | | Closes #2100
* Both --autoreload and --listen can be combinedJustin Mayer2019-06-161-1/+6
| | | | But not on Windows. Refs #2400
* Clarify that `pelican --listen` operates on outputJustin Mayer2019-06-161-2/+2
|
* Update http:// links to https:// where appropriateJustin Mayer2019-04-255-16/+16
|
* Merge pull request #2544 from bberberov/redundant-and-reorderJustin Mayer2019-04-252-45/+35
|\ | | | | Docs: Remove redundant text and reorder settings for consistency
| * Documentation changes based on pull request comments.Boian Berberov2019-04-042-5/+5
| | | | | | | | | | - Settings -> Template pages: DIRECT_TEMPLATES example - Creating Themes -> Common variables: authors and tags descriptions
| * Adding `authors` to Common variablesBoian Berberov2019-03-261-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 configurationBoian Berberov2019-03-231-2/+2
| |
| * Remove redundant text and reorder settings for consistencyBoian Berberov2019-03-191-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-2386Justin Mayer2019-04-251-21/+0
|\ \ | | | | | | Move FeedBurner config to wiki
| * | Move feedburner config to wikiPatrick2019-01-211-21/+0
| | | | | | | | | | | | | | | Fixes #2386 https://github.com/getpelican/pelican/wiki/FeedBurner-Configuration
* | | Clarify copyright continues through to present dayJustin Mayer2019-04-251-1/+1
| |/ |/| | | | | This obviates the need to manually update the copyright every year.
* | Change TEMPLATE_EXTENSION to TEMPLATE_EXTENSIONS in documentationBoian Berberov2019-03-131-1/+1
| |
* | Allow directories in EXTRA_PATH_METADATAAndrew Vant2019-03-061-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 referencesJohn Franey2019-02-061-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-backslashJustin Mayer2019-01-271-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-041-4/+4
| | |
* | | Add relative_source_path attribute to contentBryan Brattlof2019-01-261-31/+39
| |/ |/|
* | Fix incorrect update note in changelogJorge Maldonado Ventura2019-01-051-1/+1
|/
* Prepare for next versionJustin Mayer2018-11-301-0/+4
|
* Prepare to release Pelican 4.0.14.0.1Justin Mayer2018-11-301-1/+1
|
* Add upgrade notes for slug-related settingsJustin Mayer2018-11-291-0/+8
| | | | Refs #2442
* Add bug fixes to changelogJustin Mayer2018-11-291-0/+7
|
* Prepare to release Pelican 4.04.0.0Justin Mayer2018-11-132-3/+3
|
* Add more changelog entriesJustin Mayer2018-11-131-6/+9
|
* Add more changes to changelogOliver Urs Lenz2018-11-111-0/+10
|
* Merge pull request #2434 from oulenz/importer_docJustin Mayer2018-11-111-0/+8
|\ | | | | Importer docs: Warn about multiple categories in Wordpress
| * importer docs: warn about multiple categories in wordpressOliver Urs Lenz2018-11-061-0/+8
| |
* | Merge branch 'master' into html_list_tagsJustin Mayer2018-11-1116-513/+541
|\ \ | |/
| * Merge branch 'master' into line-limitJustin Mayer2018-11-034-31/+29
| |\
| | * Convert FEED settings from `%s` to `{slug}` redux (#2432)MinchinWeb2018-11-033-24/+29
| | | | | | | | | | | | | | | * Convert FEED settings from `%s` to `{slug}` redux Closes #2106, Closes #2383
| | * Docs: ghp-import works on Windows nowMinchinWeb2018-11-021-6/+0
| | | | | | | | | | | | see https://github.com/davisp/ghp-import/pull/25
| * | Docs: Reflow to 79 char line limitMinchinWeb2018-11-0216-460/+481
| |/
| * automatically copy linked static filesOliver Urs Lenz2018-11-012-38/+48
| |
* | Merge branch 'master' into html_list_tagsJustin Mayer2018-11-0112-204/+406
|\ \ | |/
| * control scope of identification of translations with new settingsOliver Urs Lenz2018-11-013-2/+19
| |