Skip to content

Add full content on blog RSS #13815

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 1, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/mkdocs-blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ plugins:
time_format: '%Y-%m-%d' # The format used to display the time
meta_time_format: '%Y-%m-%d %H:%M' # The format used to parse the time from meta
- rss:
abstract_chars_count: 160
abstract_delimiter: <!-- more -->
abstract_chars_count: -1
categories:
- tags
date_from_meta:
Expand All @@ -49,10 +48,8 @@ plugins:
default_timezone: "UTC"
default_time: "06:09"
enabled: true
feed_ttl: 1440
image: https://blog.pypi.org/assets/logo.png
length: 20
pretty_print: true
match_path: "posts/.*"
extra:
homepage: https://pypi.org
Expand Down