Skip to content

Commit d23f3d5

Browse files
authored
Merge pull request #16 from pypy/antocuni/hpy-post
Advertise the new HPy blog
2 parents 0f0ffb1 + bb1b7d0 commit d23f3d5

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1056,6 +1056,7 @@
10561056
# If True, publish future dated posts right away instead of scheduling them.
10571057
# Defaults to False.
10581058
# FUTURE_IS_NOW = False
1059+
FUTURE_IS_NOW = True
10591060

10601061
# If True, future dated posts are allowed in deployed output
10611062
# Only the individual posts are published/deployed; not in indexes/sitemap

posts/2021/03/new-hpy-blog.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!--
2+
.. title: New HPy blog
3+
.. slug: new-hpy-blog
4+
.. date: 2021-03-29 14:00:00 UTC
5+
.. tags:
6+
.. category:
7+
.. link:
8+
.. description:
9+
.. type: text
10+
.. author: antocuni
11+
-->
12+
13+
Regular readers of this blog
14+
[already know](posts/2019/12/hpy-kick-off-sprint-report-1840829336092490938.html)
15+
about [HPy](https://hpyproject.org), a project which aims to develop a new C
16+
API for Python to make it easier/faster to support C extensions on alternative
17+
Python implementations, including PyPy.
18+
19+
The HPy team just published the
20+
[first post](https://hpyproject.org/blog/posts/2021/03/hello-hpy/) of HPy new
21+
blog, so if you are interested in its development, make sure to check it out!

0 commit comments

Comments
 (0)