Justin Mayer
e18c9d2c60
Remove Piwik from theme and settings docs
...
Name has been changed, and rather than fix it, it makes more sense to
deprecate analytics in Pelican core and relegate them to plugins/themes.
2020-04-16 08:26:09 +02:00
Justin Mayer
86ff02541f
Fix building asciidoc headers in importer & add docs
2020-04-16 08:01:10 +02:00
Cropse
7e52b61934
Enhance JINJA_FILTERS setting docs ( #2126 )
2020-04-15 10:42:21 +02:00
David Zaslavsky
9eb259af82
Wrong path for attached static content urls ( #2158 )
...
* Document _URL/_SAVE_AS path matching req. Fix #2158
This commit addresses the fact that some URLs (primarily {attach}) are based
on the *_SAVE_AS path instead of the *_URL path. It updates the documentation
to point out that the paths of corresponding _URL and _SAVE_AS settings should
match, and that the OUTPUT directory should correspond to the web server's
document root, in order to avoid producing these incorrect URLs.
* Clarify {attach} and *_URL / *_SAVE_AS caveat
Co-authored-by: Justin Mayer <entroP@gmail.com>
2020-04-15 10:35:04 +02:00
Justin Mayer
7d19bcf5d4
Add settings for custom Jinja globals and tests ( #2715 )
...
Pelican has a setting for custom Jinja filters but not custom tests or
custom environment namespace globals. This adds both of the latter.
2020-04-12 17:03:53 +02:00
Kurt McKee
7bbd3dc6fb
Update links to HTTPS and current 301 redirects in docs/templates/themes ( #2661 )
...
This also updates the Tumblr API to use HTTPS as documented in the
current Tumblr API docs.
2020-04-12 16:38:35 +02:00
Justin Mayer
5b238d189c
Merge pull request #2666 from xuhdev/doc/themes
...
doc: Add cross links between theme settings and pelican-themes
2020-04-12 08:53:54 +02:00
Justin Mayer
9d8a143ce8
Merge pull request #2660 from kurtmckee/fix-pagination-docs-typo
...
Fix a typo in the pagination settings docs
2020-04-12 07:17:32 +02:00
Justin Mayer
0fabbb6a60
Merge pull request #2711 from galaxy4public/summary-end-marker
...
Add custom summary end marker
2020-04-12 06:55:45 +02:00
Justin Mayer
e06934a003
Update documentation copyright & attribution info
2020-04-12 06:07:37 +02:00
(GalaxyMaster)
4833a27243
Provided the settings documentation snippet
2020-04-11 15:42:18 +10:00
Carlos Pereira Atencio
f2dbfbfcec
Docs: Add info about pelican-quickstart command path flag. ( #2675 )
2020-02-26 19:54:05 +01:00
Justin Mayer
70c8d2a474
Docs: Ensure plugin developers create new branch
2019-12-28 10:20:19 +01:00
Justin Mayer
b8f2326fa6
Document mirroring content & output path hierarchies
2019-12-28 10:02:48 +01:00
Justin Mayer
d7795b8afd
Move Python datetime note further down Settings docs
2019-12-28 09:57:41 +01:00
Justin Mayer
d2c857883f
Update Python documentation links to Python 3
2019-12-28 09:52:33 +01:00
Justin Mayer
6a9aa1dca8
Remove duplicate datetime URL in Settings docs
2019-12-28 09:48:07 +01:00
Hong Xu
b149a23507
Add cross links between theme settings and pelican-themes
2019-12-25 18:29:45 +08:00
Kurt McKee
3f1d4edea3
Fix a typo in the pagination settings docs
2019-12-05 13:37:41 -06:00
Deniz Turgut
8a56e1f1fa
Update namespace docs to address review
2019-12-01 20:29:42 +03:00
Deniz Turgut
87a5c82197
Documentation update for namespace plugins
2019-12-01 19:29:41 +03:00
Justin Mayer
772005f431
Merge pull request #2649 from iKevinY/py2-sunset
...
Remove Python 2 support
2019-11-26 14:03:13 -08:00
Kevin Yap
1e0e541b57
Initial pass of removing Python 2 support
...
This commit removes Six as a dependency for Pelican, replacing the
relevant aliases with the proper Python 3 imports. It also removes
references to Python 2 logic that did not require Six.
2019-11-26 06:16:41 +09:00
Justin Mayer
535df9cd9c
Add Invoke tasks for building and serving docs
2019-11-12 08:36:22 -08:00
Justin Mayer
b7368f919f
Add Invoke task for updating functional test output
2019-11-12 07:40:05 -08:00
Justin Mayer
703c281089
Add missing colon in Contribute docs
2019-11-12 07:28:55 -08:00
Justin Mayer
68c9ef76b2
Update CONTRIBUTING docs for Python 2.x removal
...
This also updates the Contributing documentation with information on new
development tooling.
2019-11-09 09:43:55 -08:00
botpub
01eb08c42b
Release Pelican 4.2.0
2019-10-17 17:50:30 +00:00
Justin Mayer
b6514dcb47
Add docs on how to include other files - fix #1902 ( #2638 )
...
Add docs on how to include other files - fix #1902
2019-10-17 10:09:13 -07:00
Lucas Cimon
e5b94d7248
Adding docs on how to include other files - fix #1902
2019-10-17 17:55:14 +02:00
Justin Mayer
f0617a53dc
Follow-up changes to metadata field docs
2019-10-16 15:52:50 -07:00
Justin Mayer
bcac6e80b9
Improve content metadata field docs. Fixes #2347
2019-10-16 15:29:03 -07:00
botpub
643bccc497
Release Pelican 4.1.3
2019-10-09 18:45:18 +00:00
David Alfonso
bc450b3339
Add extra/optional Markdown dependency to setup.py
...
- Modify documentation to use the extra dependency in order to install
the recommended markdown package version.
2019-10-09 16:25:59 +02:00
Justin Mayer
047d884323
Fix quick-start docs regarding pelican --listen
...
Reverts 2ab91bbaaa and resolves #2626
2019-09-28 13:51:20 -07:00
botpub
3f96cb8a4a
Release Pelican 4.1.2
2019-09-23 18:21:15 +00:00
Lucas Cimon
589a31ddd0
Pushing Python compatibility to Python 3.5+
2019-09-23 19:38:18 +02:00
Justin Mayer
7f4e614bb8
Fix formatting, etc in Settings documentation
2019-09-21 10:57:35 -06:00
Jorge Maldonado Ventura
41fbf3adb2
[Documentation] Add comma after 'for instance'
2019-08-26 00:35:53 +02:00
botpub
e44aa294b0
Release Pelican 4.1.1
2019-08-23 17:06:52 +00:00
Justin Mayer
f61bd2ceba
Update changelog for Pelican 4.1.0
2019-07-14 17:32:12 +02:00
Justin Mayer
54911fff39
Consolidate version strings in pyproject.toml
...
Storing the current version in a single place greatly simplifies
issuing new package releases.
2019-07-05 08:08:08 +02:00
John Franey
ca012bd288
Update livereload Invoke task and add docs
...
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.
2019-06-18 22:59:34 -04:00
Justin Mayer
2e82a53cdf
Document automatic titles from content file names
...
Closes #2107
2019-06-17 17:40:52 +02:00
Justin Mayer
98071fab94
Docs: MARKDOWN var replaces, not updates, default
...
Closes #2100
2019-06-17 16:50:54 +02:00
Justin Mayer
9fdcb901f3
Both --autoreload and --listen can be combined
...
But not on Windows. Refs #2400
2019-06-16 18:56:08 +02:00
Justin Mayer
2ab91bbaaa
Clarify that pelican --listen operates on output
2019-06-16 18:51:10 +02:00
Justin Mayer
e6ecefb594
Update http:// links to https:// where appropriate
2019-04-25 15:08:04 +02:00
Justin Mayer
90fc604d2d
Merge pull request #2544 from bberberov/redundant-and-reorder
...
Docs: Remove redundant text and reorder settings for consistency
2019-04-25 14:44:32 +02:00
Justin Mayer
4700fc89bd
Merge pull request #2520 from askpatrickw/askpatrickw-2386
...
Move FeedBurner config to wiki
2019-04-25 14:33:34 +02:00