Skip to content

Commit 0678b4e

Browse files
committed
Merge branch 'main' into blog-post-error-styles
2 parents a254639 + e9a053d commit 0678b4e

20 files changed

+1076
-824
lines changed

.github/FUNDING.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are supported funding model platforms
22

3-
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
3+
github: pypy
44
patreon: # Replace with a single Patreon username
55
open_collective: pypy
66
ko_fi: # Replace with a single Ko-fi username
@@ -9,4 +9,4 @@ community_bridge: # Replace with a single Community Bridge project-name e.g., cl
99
liberapay: # Replace with a single Liberapay username
1010
issuehunt: # Replace with a single IssueHunt username
1111
otechie: # Replace with a single Otechie username
12-
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']
12+
custom: # ["https://github.com/sponsors/pypy"]

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
(
116116
(
117117
('https://twitter.com/pypyproject', 'Twitter'),
118-
('https://quodlibet.duckdns.org/irc/pypy/latest.log.html#irc-end', 'IRC'),
118+
('https://libera.irclog.whitequark.org/pypy', 'IRC logs'),
119119
('https://www.youtube.com/playlist?list=PLADqad94yVqDRQXuqxKrPS5QnVqbDLlRt', 'YouTube'),
120120
('https://www.twitch.tv/pypyproject', 'Twitch'),
121121
('/people.html', 'People'),
@@ -1062,6 +1062,7 @@
10621062
# Only the individual posts are published/deployed; not in indexes/sitemap
10631063
# Generally, you want FUTURE_IS_NOW and DEPLOY_FUTURE to be the same value.
10641064
# DEPLOY_FUTURE = False
1065+
DEPLOY_FUTURE = True
10651066
# If False, draft posts will not be deployed
10661067
# DEPLOY_DRAFTS = True
10671068

0 commit comments

Comments
 (0)