Skip to content

Commit 1043822

Browse files
osantanamiketheman
andauthored
Add full content on blog RSS (#13815)
* Provide full content of blog posts in RSS * Remove feed_ttl configuration for RSS because it is already the default * Remove the pretty_print option of RSS feed to enable minification --------- Co-authored-by: Mike Fiedler <[email protected]>
1 parent 749f27d commit 1043822

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/mkdocs-blog.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ plugins:
3838
time_format: '%Y-%m-%d' # The format used to display the time
3939
meta_time_format: '%Y-%m-%d %H:%M' # The format used to parse the time from meta
4040
- rss:
41-
abstract_chars_count: 160
42-
abstract_delimiter: <!-- more -->
41+
abstract_chars_count: -1
4342
categories:
4443
- tags
4544
date_from_meta:
@@ -49,10 +48,8 @@ plugins:
4948
default_timezone: "UTC"
5049
default_time: "06:09"
5150
enabled: true
52-
feed_ttl: 1440
5351
image: https://blog.pypi.org/assets/logo.png
5452
length: 20
55-
pretty_print: true
5653
match_path: "posts/.*"
5754
extra:
5855
homepage: https://pypi.org

0 commit comments

Comments
 (0)