Justin Mayer
865f7b10dd
Replace deprecated pkg_resources
...
importlib.metadata.version() appears to be the anointed replacement.
2023-10-28 11:29:50 +02:00
Justin Mayer
91d9ef7a70
Add tzdata as dependency in test requirements
...
Otherwise yields the following error with Python 3.10 on Windows:
zoneinfo._common.ZoneInfoNotFoundError: 'No time zone found with key UTC'
2023-10-28 11:17:48 +02:00
Lioman
58e70082e0
Remove python 3.7 build configuration
2023-10-28 11:05:29 +02:00
Justin Mayer
8fd5d6f51b
Fix IRC server in new GitHub issue template
2023-10-28 09:55:16 +02:00
boxydog
1404a2dbc3
Remove newline when importing Tumblr post photos ( #3215 )
...
Co-authored-by: Dan Frankowski <dfrankow@gmail.com>
2023-10-27 21:56:34 +02:00
Justin Mayer
fab6e1a2c5
Fix warning re: future dates setting. Fixes #3184
2023-10-24 11:07:25 +02:00
Justin Mayer
777a708ef7
Merge pull request #3198 from mart-e/remove-posterous
2023-10-24 10:22:19 +02:00
Justin Mayer
620139cdaf
Merge pull request #3141 from mart-e/wp-caption-to-figure
2023-10-24 10:20:22 +02:00
Justin Mayer
0282c1d6eb
Merge pull request #3200 from lioman/don't-run-deploy-on-fork
2023-10-24 10:15:03 +02:00
Justin Mayer
4caf9a88a2
Merge pull request #3204 from FriedrichFroebel/dataclass-in-settings
2023-10-24 10:12:38 +02:00
Justin Mayer
36b4c6dc08
Merge pull request #3205 from getpelican/sphinx-opengraph
2023-10-18 08:36:48 +02:00
GeorgeHu
e529a29404
complete translation of plugins.
2023-10-14 19:54:09 +08:00
GeorgeHu
a6c29a2f6f
complete translation of settings section
2023-10-13 16:30:28 +08:00
GeorgeHu
93740e4627
complete translation of the part of logging and reading only modified content in settings
2023-10-13 16:22:33 +08:00
GeorgeHu
e5380beff3
complete transaltion the part of themes in settings and fix some misunderstandings.
2023-10-13 14:33:29 +08:00
Justin Mayer
a8fefad331
Add OpenGraph metadata to docs via Sphinx extension
2023-10-13 08:01:29 +02:00
GeorgeHu
1bd957340c
complete the part of Pagination in settings and fix some fuzzy in content
2023-10-13 11:26:26 +08:00
GeorgeHu
2a2302f950
complete translating parts of Metadata and Feed settings.
2023-10-12 11:06:27 +08:00
FriedrichFroebel
ab9e55b398
Allow dataclasses in settings
2023-10-11 19:29:17 +02:00
GeorgeHu
670cf04fc1
Complete the part of template pages and update the source doc
2023-10-11 14:16:24 +08:00
GeorgeHu
0a8087592f
complete translation time and date into Chinese
2023-10-09 15:27:45 +08:00
GeorgeHu
3018b2e259
complete translation URL settings into Chinese
2023-10-09 14:36:04 +08:00
GeorgeHu
f1c006e233
Merge branch 'Chinese-translation' of github.com:GeorgeHu6/pelican into Chinese-translation
2023-10-08 11:25:08 +08:00
GeorgeHu
034e81d564
complete translation of basic settings
2023-10-08 11:24:48 +08:00
GeorgeHu
2cf90ccc0c
Merge branch 'getpelican:master' into Chinese-translation
2023-10-08 11:24:08 +08: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
Lioman
5c36cfbb9b
Only run 'Deploy' action on main repository
...
Deploy action will always fail on forks as the token is not there.
2023-10-04 10:58:18 +02:00
Justin Mayer
82e2571754
Merge pull request #3199 from lioman/add-pythen-3.12-to-tests
2023-10-03 18:04:38 +02:00
Lioman
de0fae8182
Add python 3.12 to test matrix
2023-10-03 16:59:57 +02:00
Martin (mart-e)
48166bd687
Convert Wordpress caption to figure
...
In Wordpress, inserting image with a caption can look like:
[caption id="attachment_42" caption="Image Description"]<a ...><img ... /></a>[/caption]
[caption id="attachment_42"]<a ...><img ... /></a> Image Description[/caption]
[caption id="attachment_42"]<img ... > Image Description[/caption]
Replace by an HTML figure tag
2023-10-03 11:45:31 +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
Justin Mayer
3be0703b14
Tell GitHub-Linguist to ignore HTML files
...
Refs #3188
2023-08-27 16:47:45 +02:00
Justin Mayer
e724de9ffe
Improve GitHub-Linguist language breakdown
...
Refs #3188
2023-08-27 16:39:27 +02:00
DJ Ramones
30adfba1ca
Revert *_ARCHIVE_URL default settings to blank
2023-08-17 02:35:39 +08:00
DJ Ramones
8a5f02ac60
Move _build_period_archives out of generate_context
...
So that we don't contribute to further clutter in generate_context.
2023-08-17 02:04:06 +08:00
Will Thong
2eeff62fd7
Replace pytz dependency in tests ( #3165 )
2023-08-15 20:07:39 +02:00
Moritz Meier
0d1bcd4b11
Pelican QuickStart: Address tzlocal API change ( #3155 )
2023-08-08 09:21:10 +02:00
Justin Mayer
63b60da919
Build docs in zipped HTML and PDF formats
2023-08-03 14:44:13 +02:00
Justin Mayer
48a0484d15
Improve ReadTheDocs configuration
2023-08-03 14:37:39 +02:00
Justin Mayer
9384e7cb0b
Add ReadTheDocs configuration file
2023-08-03 14:29:18 +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
5435dd0d81
Document _update_context(dict) --> list of tuples
...
Fix #3024
2023-08-03 11:34:05 +02:00
Justin Mayer
dcd3045f32
Docs: Escape extra setting environment variables. Fix #3016
2023-08-03 10:21:54 +02:00
Justin Mayer
0989ed29be
Merge pull request #2980 from pauloxnet/patch-1
2023-08-03 09:44:48 +02:00
Paolo Melchiorre
5d1dcd8ed3
Remove useless url
2023-08-03 08:49:16 +02:00
Paolo Melchiorre
bf0860ee86
Try to fix documentation build
2023-08-03 08:49:13 +02:00
Paolo Melchiorre
7acc9ac554
Fix documentations errors
2023-08-03 08:48:51 +02:00
Paolo Melchiorre
413c6a1c71
Order codes in themes.rst
2023-08-03 08:48:32 +02:00
Justin Mayer
44d9754466
Add monthly downloads badge to README
2023-08-02 11:01:40 +02:00
Justin Mayer
e8076bfe03
Merge pull request #3164 from marcusdesai/fix/issue-3163
2023-07-27 22:11:28 +02:00