Commit graph

3,491 commits

Author SHA1 Message Date
sgithuber
cd22b03e4a
Delete rstdirectives.py 2021-06-15 19:33:20 +09:00
sgithuber
bc6a492b0b
Delete cache.py 2021-06-15 19:33:14 +09:00
sgithuber
143bec67e2
Delete pelican/tools directory 2021-06-15 19:33:07 +09:00
sgithuber
dd6338e387
Delete readers.py 2021-06-15 19:32:55 +09:00
sgithuber
7db9d87456
Delete paginator.py 2021-06-15 19:32:49 +09:00
sgithuber
7f777f3507
Delete generators.py 2021-06-15 19:32:42 +09:00
sgithuber
90bffa708e
Delete contents.py 2021-06-15 19:32:35 +09:00
sgithuber
72f438beb7
Delete __main__.py 2021-06-15 19:32:29 +09:00
sgithuber
06e098fb09
Delete __init__.py 2021-06-15 19:32:23 +09:00
sgithuber
18b18ec4e3
Delete README.rst 2021-06-15 19:32:09 +09:00
sgithuber
660d19516b
Delete tasks.py 2021-06-15 19:31:53 +09:00
sgithuber
6e2857ca9a
Delete pyproject.toml 2021-06-15 19:31:47 +09:00
sgithuber
2861ef80e1
Delete .coveragerc 2021-06-15 19:31:40 +09:00
sgithuber
0977df9e6b
Delete .editorconfig 2021-06-15 19:31:33 +09:00
sgithuber
8225ce508d
Delete .gitignore 2021-06-15 19:31:26 +09:00
sgithuber
6242be618d
Delete .pre-commit-config.yaml 2021-06-15 19:31:20 +09:00
sgithuber
92accb1c78
Delete .gitattributes 2021-06-15 19:31:13 +09:00
sgithuber
f803405fd6
Delete setup.cfg 2021-06-15 19:31:07 +09:00
sgithuber
027ad376b4
Delete setup.py 2021-06-15 19:31:00 +09:00
sgithuber
bee45e9288
Delete THANKS 2021-06-15 19:30:40 +09:00
sgithuber
038b2dd7b3
Delete MANIFEST.in 2021-06-15 19:30:33 +09:00
sgithuber
454d755655
Delete LICENSE 2021-06-15 19:30:26 +09:00
sgithuber
bb044a3a2b
Delete CONTRIBUTING.rst 2021-06-15 19:30:20 +09:00
sgithuber
dc508b985d
Delete .mailmap 2021-06-15 19:30:10 +09:00
sgithuber
66b90ba40e
Delete tox.ini 2021-06-15 19:30:00 +09:00
sgithuber
fcc1919f8a
Delete requirements directory 2021-06-15 19:29:38 +09:00
sgithuber
7a9ab1a64f
Delete .github directory 2021-06-15 19:29:12 +09:00
sgithuber
45468c29fb
Delete docs directory 2021-06-15 19:29:00 +09:00
sgithuber
c865cbe095
Delete samples directory 2021-06-15 19:28:46 +09:00
Tristan Miller
e800b23b4d
Update links to Jinja docs. Fixes #2883 (#2885) 2021-06-12 08:48:32 -05:00
Justin Mayer
c10792c679
Merge pull request #2878 from jzc/filename-metadata-typo
Fix FILENAME_METADATA doc to render correctly
2021-06-12 08:45:58 -05:00
Justin Mayer
c041bf2192 Fix failing tests on Jinja 3+ 2021-06-08 11:40:27 -05:00
jzc
c41b8abb13 Fix FILENAME_METADATA doc to render correctly 2021-05-20 00:11:58 -06:00
Gio
add3628a64 Add support for hidden articles 2021-05-04 13:54:32 -05:00
Petr Viktorin
487da3550b Add period_num var for period_archives template
This makes it easier to create templates that are language-agnostic
or need extra processing for the date period.
2021-05-04 12:41:17 -05:00
Justin Mayer
7893455b43
Merge pull request #2838 from namn/patch-2
Use a top (instead of bottom) border in hentry
2021-04-27 20:14:10 +02:00
Justin Mayer
fb9df68477
Merge pull request #2869 from getpelican/rich
Add progress spinner animation during generation
2021-04-27 14:42:22 +02:00
Justin Mayer
40f3d2df91 Add progress spinner animation during generation
This is a first step at enriching console output via the `rich` project.
2021-04-21 10:16:59 +02:00
Justin Mayer
14afc6c54a Update Pelican feature documentation 2021-04-21 10:16:28 +02:00
Justin Mayer
fd3ad0c16e Update contributing docs and Poetry repository URL 2021-04-21 10:05:28 +02:00
Justin Mayer
c461def10a Update to v2 of cache GitHub Action 2021-04-21 09:57:08 +02:00
Justin Mayer
dac01831f2
Merge pull request #2868 from MinchinWeb/patch-1
Fix `invoke tests` task problem on Windows
2021-04-19 16:44:29 +02:00
Romain Porte
a00284f744
Automatically open browser when Invoke task starts web server (#2764)
When the `serve` and `livereload` targets are invoked, a web browser will be
automatically opened, pointing to the locally-served website.

If no web browser can be found by the module, the `open()` call returns
`False`, but no exception is raised. This means that it is still possible
to call livereload on a remote machine and access it without any error
being triggered.

Signed-off-by: Romain Porte <microjoe@microjoe.org>
2021-04-19 15:59:41 +02:00
Justin Mayer
88953d45d5 Strip HTML tags from notmyidea page template's title
Fixes #2843
2021-04-19 10:25:59 +02:00
MinchinWeb
cf4e8d527d
Update tasks.py
PTY is not supported on Windows.
2021-04-18 22:20:54 -06:00
botpub
1219bcd029 Release Pelican 4.6.0 4.6.0 2021-03-23 10:31:21 +00:00
Justin Mayer
9a9dbcf523 Prepare release 2021-03-23 09:24:07 +01:00
Justin Mayer
1449840199 Make Tox & GitHub CI jobs' Python versions match
Otherwise results in InterpreterNotFound errors
2021-03-23 08:23:07 +01:00
Justin Mayer
2b08497c32 Relax dependency minimum versions
Specifying a floor, but not a ceiling, for core dependencies should help
prevent dependency resolution conflicts. Dependencies that affect
functional test output are pinned more tightly.
2021-03-23 08:06:58 +01:00
Justin Mayer
ce4994bec8 [Docs] Fix link to More Categories plugin 2021-03-19 12:58:58 +01:00