Deniz Turgut
9d509253c3
update github actions
...
see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-10-20 04:09:48 +03: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
Justin Mayer
6af939e096
Merge pull request #3030 from lioman/master
2022-08-31 23:28:54 +02:00
Lioman
5103aa9a38
Remove python 3.6 from supported language versions
2022-08-23 13:07:19 +02:00
Justin Mayer
09d434d87b
Docs: Contact plugin/theme maintainers for those issues
2022-08-21 08:57:07 +02:00
Justin Mayer
062144a875
Merge pull request #3020 from timgates42/bugfix_typos
2022-08-04 15:09:53 +02:00
Justin Mayer
e265deb094
Merge pull request #2976 from pieqq/simple-theme-fixes
2022-08-04 15:08:09 +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
Anton Mosich
23f3804c96
Fix and update pre-commit hooks ( #3011 )
...
Co-authored-by: Justin Mayer <entroP@gmail.com>
2022-08-04 15:01:17 +02:00
Justin Mayer
1bcd6c5f56
Merge pull request #3023 from getpelican/furo-sphinx-theme
...
Use Furo as Sphinx documentation theme
2022-08-01 15:42:37 +02:00
Justin Mayer
21e855a29f
Adjust code style for Flake8 5.0+
...
We are pinned to Flake8 <4.0, but at least we'll be compliant if we ever
upgrade to Flake8 5.0+.
2022-08-01 13:24:21 +02:00
Justin Mayer
9c0c5b4929
Pin Flake8 due to upper bound on importlib-metadata
...
See: https://github.com/PyCQA/flake8/pull/1438
2022-08-01 13:23:01 +02:00
Justin Mayer
6487735efb
Update Pytest and plugin versions
...
Also remove pytest-pythonpath as Pytest 7+ includes comparable
functionality. Don't believe we were using it anyway.
2022-08-01 12:56:58 +02:00
Justin Mayer
09c420f40c
Update Jinja & Markdown dev dependency versions
2022-08-01 12:55:02 +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
Justin Mayer
961909a149
Update Sphinx and Furo theme dependency versions
2022-08-01 12:53:09 +02:00
Paolo Melchiorre
ac416d7df2
Add Furo as requirement for docs
2022-08-01 10:25:36 +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
4.8.0
2022-07-11 17:51:01 +00:00
manhhomienbienthuy
d5d792060c
Fix #2982 : Improve _HTMLWordTruncator ( #3002 )
2022-07-11 19:47:37 +02:00
Justin Mayer
5c222ef41b
Merge pull request #3001 from canyon289/content_expansion
2022-07-11 19:36:54 +02:00
Justin Mayer
c46554ae70
Merge pull request #3000 from canyon289/typo_fix
2022-07-11 19:35:52 +02: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
Ravin Kumar
392bf98118
Add content tag static expansion
2022-04-28 19:53:03 -07:00
Ravin Kumar
595f3be988
Add content expansion
2022-04-28 19:31:21 -07:00
Ravin Kumar
d89c6f6ed2
Fix small typo
2022-04-28 19:28:26 -07:00
Justin Mayer
e8d6318e93
Merge pull request #2989 from chadmando/fix-typo-in-docs
...
Fix missing word in Automation section
2022-04-03 08:11:00 +02:00
Justin Mayer
f94ba0ef3d
Merge pull request #2994 from avaris/2992
...
Use JSON values for extra settings in Invoke template
2022-04-03 08:06:26 +02:00
Deniz Turgut
eca0ee04b7
use JSON values for extra settings in invoke template
...
Signed-off-by: Deniz Turgut <dturgut@gmail.com>
2022-03-23 22:33:57 +03:00
chadmando
433453924b
fix missing word in Automation section
2022-03-11 11:09:59 -06:00
Pierre Equoy
16b8a03ad9
Remove unnecessary ids and classes in simple theme
...
All of the modified HTML tags can be accessed in CSS without the need
for a dedicated id or an additional class.
2022-02-20 10:29:46 +08:00
Pierre
34ca2e1de2
Merge branch 'getpelican:master' into master
2022-02-20 10:29:06 +08:00
Justin Mayer
77e5381be7
Update CHANGELOG
2022-02-09 09:07:42 -07:00
botpub
5823412085
Release Pelican 4.7.2
4.7.2
2022-02-09 13:25:50 +00:00
Ikko Ashimine
f3613af155
Fix typo in cache.py ( #2978 )
...
sublcass -> subclass
2022-02-09 06:15:59 -07:00
Justin Mayer
21c331e789
Merge pull request #2940 from r4victor/fix-issue-2938-attempt-2
...
Fix parsing of settings passed to `--extra-settings`
2022-02-09 06:12:00 -07: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
Victor Skvortsov
ab81f183c6
Add failing tests
2022-02-09 06:05:50 -07:00
Justin Mayer
fe19f1abb6
Pin Sphinx to avoid aggressive extlinks warning
...
See: https://github.com/sphinx-doc/sphinx/issues/10112
2022-02-01 12:10:20 -07:00
Paolo Melchiorre
2f5fc10614
Add categories.html template to default theme
2022-02-01 11:07:23 -07:00
Pierre Equoy
4794752dd9
Add a viewport meta tag in simple theme for better mobile support
...
See MDN article about this:
https://developer.mozilla.org/en-US/docs/Web/HTML/Viewport_meta_tag
2022-01-17 16:22:02 +08:00
Pierre Equoy
7b9a859e5e
Use <main> and <article> tags in simple theme
...
Add a <main> tag to surround all the content blocks, so that it's easier
to target the main part of a page (be it an article, the list of posts
or the different categories) using CSS.
Because of this, the <section> part of the article.html template is made
redundant, so it is removed.
Finally, the generic <div> is replaced by an <article> tag to surround
the article's content.
2022-01-17 16:21:59 +08:00
Pierre Equoy
fe4f1ec4ea
Uniformize headers in simple theme
...
In the simple theme, some templates are using `h1`, others are using
`h2` for the main title of the page (other than the one in the header).
This commit changes that so all of the pages are using `h1`.
2022-01-17 16:21:44 +08:00