Skip to content

Commit

Permalink
Limit blog posts
Browse files Browse the repository at this point in the history
  • Loading branch information
ericholscher committed Nov 12, 2024
1 parent e0a40d1 commit a34e433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ def _load_data(self, env, data_source, encoding):
blog_default_author = 'Team'
blog_feed_archives = True
blog_feed_fulltext = True
blog_feed_length = 10
# Only show 1 blog so we don't overload Mailchimp
blog_feed_length = 1
blog_locations = {
'PDX': ('Portland, Oregon', 'http://www.portlandhikersfieldguide.org/'),
}
Expand Down

0 comments on commit a34e433

Please sign in to comment.