Justin Mayer
a23a4e14cf
Merge pull request #3189 from seanh/publish-to-ghp-using-gha
2023-10-29 18:29:52 +01:00
Deniz Turgut
6f1605edf9
Extend GHA documentation to specify requirements file
2023-10-29 18:30:25 +03:00
Justin Mayer
73599f44f2
Merge pull request #3220 from lioman/centralize-python-information
2023-10-29 15:43:41 +01:00
Justin Mayer
165d57eff5
Merge pull request #3127 from mart-e/no-inifinite-feed
2023-10-29 14:23:28 +01:00
Lioman
eb052cae09
Capitalize PDM in docs
2023-10-29 12:41:55 +01:00
Lioman
8b6d215934
migrate configuration to PEP621 compatible config
...
- adapt documentation
- add wheel tests to check wheel contents.
- adapt pipeline to use pdm
- adapt autopub config
- add scripts as shortcuts to invoke tasks
2023-10-29 11:59:58 +01:00
boxydog
3a6ae72333
Add a "coverage" task to generate a coverage report
...
Add a one-liner about "invoke" in docs.
2023-10-28 17:35:00 -05:00
Justin Mayer
85bf98232d
Merge pull request #3148 from djramones/period-archives-context
2023-10-28 22:22:11 +02:00
Justin Mayer
777a708ef7
Merge pull request #3198 from mart-e/remove-posterous
2023-10-24 10:22:19 +02:00
Justin Mayer
a8fefad331
Add OpenGraph metadata to docs via Sphinx extension
2023-10-13 08:01:29 +02:00
Martin Trigaux
5d8c03108b
Remove Posterous integration
...
Posterous closed down in 2013.
The API is no longer accessible and the code did not work in python 3
(base64.encodestring was expecting bytes, not string)
2023-10-06 09:34:26 +02:00
Sean Hammond
29185e4ad7
Add GitHub Actions workflow for GitHub Pages
...
Add a GitHub Actions workflow that users can use to publish their
Pelican sites to GitHub Pages by running `pelican` on GitHub Actions,
without having to run `pelican` locally and push the output directory to
a branch.
See: https://github.com/getpelican/pelican/discussions/3174
2023-09-03 15:15:39 +01:00
DJ Ramones
30adfba1ca
Revert *_ARCHIVE_URL default settings to blank
2023-08-17 02:35:39 +08:00
Will Thong
2eeff62fd7
Replace pytz dependency in tests ( #3165 )
2023-08-15 20:07:39 +02:00
Justin Mayer
639173da6b
Generalize analytics support in default theme
...
As the number of privacy-preserving analytics options proliferates,
it no longer makes sense to support specific solutions provided by
ad-tracking corporations.
2023-08-03 14:10:37 +02:00
Justin Mayer
dcd3045f32
Docs: Escape extra setting environment variables. Fix #3016
2023-08-03 10:21:54 +02:00
Paolo Melchiorre
bf0860ee86
Try to fix documentation build
2023-08-03 08:49:13 +02:00
Paolo Melchiorre
413c6a1c71
Order codes in themes.rst
2023-08-03 08:48:32 +02:00
Jorge Maldonado Ventura
0533e2da9f
Small documentation fixes to docs/content.rst ( #3156 )
2023-06-27 20:35:04 +02:00
Jorge Maldonado Ventura
b260b3838e
Fix grammar errors/typos from docs/faq.rst
2023-06-24 13:29:02 +02:00
Jorge Maldonado Ventura
7d6accac4d
Code should be between backquotes ()
2023-06-23 09:27:51 +02:00
Jorge Maldonado Ventura
7877376153
More corrections to pelican-themes.rst
2023-06-23 09:20:32 +02:00
Jorge Maldonado Ventura
168093a750
Fix typo in pelican-themes.rst
2023-06-23 09:05:34 +02:00
DJ Ramones
6ba7a0926d
Clarify docs on ordering in period_archives var
2023-06-19 12:25:32 +08:00
DJ Ramones
5214248344
Implement period_archives common context variable
...
Also, set default patterns for time-period *_ARCHIVE_URL settings.
2023-06-18 11:07:39 +08:00
Nikolaus Schüler
0a42b5f250
Fix typo in pelican-themes.rst
...
The least change would be to just say "suffixed", but I don't think that's a correct english word, so I choose "followed by"
2023-05-30 15:58:09 +02:00
Justin Mayer
6f93202e60
Add new Pelican Plugins org link to content docs
2023-05-22 15:12:09 +02:00
Martin (mart-e)
bb682973fb
Don't specify unlimited feed size by default
...
Having a feed with hundreds of articles, making a very large file, is
rarely expected.
Set a high fallback value of 100 so it does not change for small sites.
Still allow to have infinite feed by setting FEED_MAX_ITEM = None
2023-05-13 06:53:51 +02:00
Justin Mayer
7850153c54
Merge pull request #3085 from jorgesumle/deprecate-36
2023-01-30 00:23:56 +01:00
Justin Mayer
4d82a42229
Upgrade Furo theme to 2022.12.07. Refs #3077
...
Should fix "Previous" and "Next" arrow styling issue.
2023-01-06 10:31:01 +01:00
Jorge Maldonado Ventura
5e986580e8
Change reference to Python version 3.6 from documentation (now 3.7)
2023-01-03 21:29:02 +01:00
Justin Mayer
2a7e691000
Document switch from IRC to GitHub Discussions
2022-09-15 16:33:19 +02:00
Саша Черных
5d4cb5619b
Docs: Hidden posts also excluded from author index ( #3025 )
2022-09-13 14:30:43 +02:00
Lioman
5103aa9a38
Remove python 3.6 from supported language versions
2022-08-23 13:07:19 +02:00
Justin Mayer
062144a875
Merge pull request #3020 from timgates42/bugfix_typos
2022-08-04 15:09:53 +02:00
Justin Mayer
73c0320f62
Merge pull request #3014 from Lx/static-content-docs
2022-08-04 15:04:35 +02:00
Justin Mayer
083fb357bd
Merge pull request #3013 from Lx/mtime-docs
2022-08-04 15:03:20 +02:00
Justin Mayer
fcfb39b8f2
Improve copyright year logic in Sphinx configuration
2022-08-01 12:53:09 +02:00
Justin Mayer
81b5fbe174
Add custom Furo page.html template for Sphinx docs
2022-08-01 12:53:09 +02:00
Justin Mayer
33aca76d78
Adjust extlinks configuration for Sphinx 5.0+
2022-08-01 12:53:09 +02:00
Paolo Melchiorre
494b418dda
Use Furo as Sphinx documentation theme
2022-08-01 10:25:36 +02:00
Tim Gates
6cac8237cc
docs: Fix a few typos
...
There are small typos in:
- docs/tips.rst
- pelican/tests/__init__.py
Fixes:
- Should read `module` rather than `modulole`.
- Should read `console` rather than `cosole`.
Signed-off-by: Tim Gates <tim.gates@iress.com>
2022-07-24 07:55:18 +10:00
Justin Mayer
84dfbcf3dc
Update PR links in changelog
2022-07-11 19:54:13 +02:00
botpub
9685e4b594
Release Pelican 4.8.0
2022-07-11 17:51:01 +00:00
Alex Peters
7006016121
Add note about unintended static page processing
...
Fixes #2990 .
2022-06-16 14:18:52 +10:00
Alex Peters
39e5edde9c
Describe all CHECK_MODIFIED_METHOD options
...
Fixes #2991 .
2022-06-16 13:36:59 +10:00
chadmando
433453924b
fix missing word in Automation section
2022-03-11 11:09:59 -06:00
Justin Mayer
77e5381be7
Update CHANGELOG
2022-02-09 09:07:42 -07:00
botpub
5823412085
Release Pelican 4.7.2
2022-02-09 13:25:50 +00:00
Victor Skvortsov
5c178a1ccb
Fix #2938
...
Get rid of the coerce_overrides() function.
Add the ParseOverrides argparse.Action to parse overrides.
Treat all extra settings values strictly as json values.
Test overrides.
Edit docs and cli help.
2022-02-09 06:05:50 -07:00