Commit graph

1,050 commits

Author SHA1 Message Date
GeorgeHu
70661323e0 Docs: Keep chinese translation up to date and fix some problem 2024-06-27 16:34:30 +08:00
GeorgeHu
117bf9f934
Merge branch 'getpelican:main' into chinese-translation 2024-06-27 16:16:01 +08:00
GeorgeHu
7628b1d762 Docs: Add chinese translation of index 2024-06-27 16:15:10 +08:00
GeorgeHu
d10077c2e0 Docs: Add chinese translation of sphinx 2024-06-27 16:05:59 +08:00
GeorgeHu
8f68a0784f Docs: Add chinese translation of report 2024-06-27 16:03:26 +08:00
GeorgeHu
7b111e7ae0 Docs: Add chinese translation of internals 2024-06-27 15:56:25 +08:00
GeorgeHu
fba9efaecf Docs: Add chinese translation of contribute 2024-06-27 15:25:14 +08:00
GeorgeHu
7397974d6a Docs: Add chinese translation of tips 2024-06-27 14:04:58 +08:00
GeorgeHu
c40009923d Docs: Add chinese translation of faq 2024-06-27 11:39:04 +08:00
GeorgeHu
01692a48ed Docs: Add chinese translation of importer 2024-06-27 11:12:43 +08:00
GeorgeHu
7e27505e70 Docs: Add chinese translation of pelican-themes 2024-06-27 10:57:27 +08:00
GeorgeHu
d6fd52a577 Docs: Add chinese translation of themes 2024-06-26 23:35:53 +08:00
GeorgeHu
78dfd45552 Docs: Add chinese translation of plugins 2024-06-26 19:55:31 +08:00
GeorgeHu
ab32166c0c Docs: Add chinese translation of settings 2024-06-26 16:35:18 +08:00
Agathe
513abbfdc6
Introduce paragraph count summary (#2761)
Co-authored-by: Justin Mayer <entroP@gmail.com>
2024-06-25 15:07:41 +02:00
GeorgeHu
8181f8e143
Merge branch 'getpelican:main' into chinese-translation 2024-06-25 20:34:28 +08:00
GeorgeHu
f10c6fede8 Docs: Add chinese translation of publish 2024-06-25 18:26:44 +08:00
Justin Mayer
36ebe91af7 Rename default branch to main 2024-06-25 11:33:28 +02:00
GeorgeHu
94cd0a1da8 Docs: Add chinese translation of content and fix some problem 2024-06-25 14:44:09 +08:00
GeorgeHu
ddc112f76c Docs: fix some lint problem 2024-06-24 22:33:44 +08:00
GeorgeHu
8908b93c47 Docs: add chinese translation of install 2024-06-24 22:27:50 +08:00
GeorgeHu
81546d8746 Docs: add chinese translation of quickstart 2024-06-24 19:50:56 +08:00
GeorgeHu
d4c95960da Docs: Add some general configuration about translation 2024-06-24 18:49:23 +08:00
Justin Mayer
49723e6daf Docs: Remove ifconfig Sphinx extension
Originally added in #815, something about this seems to be causing an
obscure ReadTheDocs build error.
2024-06-18 09:08:45 +02:00
Justin Mayer
7a2c72e604
Merge pull request #3337 from getpelican/document-feed-domain-optional 2024-06-17 22:22:59 +02:00
Justin Mayer
05535c7d6c Docs: GitHub Pages workflow is now supported 2024-06-17 22:19:21 +02:00
Sean Hammond
853e9e6b8a
Document that feed_domain is not required 2024-06-17 20:46:28 +01:00
Sean Hammond
135c61f769
Add Dependabot to GitHub Actions workflow docs 2024-06-17 16:38:10 +01:00
Sean Hammond
e46595cdac
Add theme, Python version, siteurl and feed_domain to GitHub Pages deployment workflow
Add theme, Python version, siteurl and feed_domain support to the
reusable GitHub Actions workflow for deploying a Pelican site to GitHub
Pages:

1. Add a new `theme` option to the workflow that callers can use to
   specify an external theme to be checked out and used

2. Add a new `python` option to the workflow that callers can use to
   specify the Python version, in case they need to build their site
   with a particular version of Python

3. Pass `--extra-settings FEED_DOMAIN='"${{ steps.pages.outputs.base_url }}"'`
   to the `pelican` command to set the value of Pelican's `FEED_DOMAIN`
   setting for feed URLs.

4. Add a `feed_domain` input to the workflow so that users can override
   the feed domain if they need to.

5. Add a `siteurl` input to the workflow so that users can override the
   site URL if they need to.

6. Add a note to the docs about GitHub Pages generating http:// URLs for
   https:// sites, and how to fix it

7. Some light editing of the docs for the workflow
2024-06-17 13:57:10 +01:00
Justin Mayer
e262990c68 Tweak docs about test coverage and git blame 2024-06-16 19:23:46 +02:00
boxydog
b77bb690e2 Improve test coverage, docs, and .gitignore 2024-06-01 18:51:46 -05:00
boxydog
82b48fcfa1 Fixes in files for ruff T201, RUF001, PLR2004, B904, SLOT000, PYI024, PIE800 2024-05-31 10:41:24 -05:00
boxydog
4af40e8077 pre-commit filter auto-indents templates, css, js 2024-05-31 07:34:01 -05:00
Justin Mayer
e4d7f0a9d9 Docs: GitHub Pages workflow not officially supported 2024-05-29 07:29:33 +02:00
GiovanH
0b5934a1fa
Feature: Add setting to append ref parameter to links in feeds (#3249) 2024-04-19 20:54:27 +02:00
Justin Mayer
ff35d26cbc
Merge pull request #3264 from boxydog/medium_importer 2024-01-26 10:02:54 +01:00
boxydog
d6a33f1d21 Medium post importer (from medium export) 2024-01-16 16:56:07 -06:00
boxydog
bf4fd679a5
Document how to import posts from Medium (#3262) 2024-01-15 10:43:19 +01:00
Raphael Das Gupta
8626d5bd85
docs: update URL to AsciiDoc website
https://www.methods.co.nz/asciidoc/
gives a SSL certificate warning
and a 404 (page not found) error.
https://asciidoc.org is the new official website
for the AsciiDoc file format.
(It's also what https://en.wikipedia.org/wiki/AsciiDoc links to.)
2023-12-22 15:56:57 +01:00
botpub
7194cf5795 Release Pelican 4.9.1 2023-11-15 17:16:23 +00:00
botpub
6cd707a668 Release Pelican 4.9.0 2023-11-12 17:44:45 +00:00
Deniz Turgut
86d6898517
remove WRITE_SELECTED
Implementation is buggy and unreliable. Therefore, it is better to
remove the functionality until a robust implementation is added.
2023-11-12 19:43:26 +03:00
Justin Mayer
0c5d63c69e Update documentation related to contributing 2023-11-12 17:11:23 +01:00
Paolo Melchiorre
6059675d55
Fix #3233 -- Simple theme classless semantic HTML 2023-11-11 14:10:08 +01:00
Deniz Turgut
8a8b952ecb
preserve connection order in blinker 2023-11-03 01:13:12 +03:00
Justin Mayer
32b72123f0
Modify wording slightly 2023-11-02 14:09:51 +01:00
Deniz Turgut
feae8ef41c
Provide a plugin_enabled Jinja test for themes 2023-11-01 22:49:15 +03:00
Chris Rose
271f4dd68f Strip trailing whitespace 2023-10-29 22:19:44 +01:00
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