Skip to content
Open
Show file tree
Hide file tree
Changes from 4 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
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ migrate: ## Migrate Blogger posts
content-new-author: ## Create a new author (ID=author-id NAME="Author Name")
@if [ -z "$(ID)" ] || [ -z "$(NAME)" ]; then \
echo "Usage: make content-new-author ID=author-id NAME=\"Author Name\""; exit 1; fi
@echo '{"name":"$(NAME)","bio":"","github":"","avatar":"","twitter":"","bluesky":"","mastodon":"","website":"","featured":false}' \
@echo '{"name":"$(NAME)","bio":"","github":"","avatar":"","bluesky":"","mastodon":"","website":"","featured":false}' \
| python3 -m json.tool > content/authors/$(ID).json
@echo "Created content/authors/$(ID).json"

Expand Down
1 change: 0 additions & 1 deletion content/authors/a-m-kuchling.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python core developer and author",
"github": "akuchling",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/antoine-p.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python core developer",
"github": "pitrou",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/benjamin-peterson.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python release manager and core developer",
"github": "benjaminp",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/brian-curtin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python core developer",
"github": "briancurtin",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/davidmh.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "",
"github": "",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/doug-hellmann.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python core developer and author of Python Module of the Week",
"github": "dhellmann",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/ee-durbin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "PSF Director of Infrastructure",
"github": "ewdurbin",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/georg-brandl.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python core developer and Sphinx creator",
"github": "birkenfeld",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/haypo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python core developer (Victor Stinner)",
"github": "vstinner",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/hugo-van-kemenade.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python release manager and core team member",
"github": "hugovk",
"avatar": "",
"twitter": "",
"bluesky": "hugovk.dev",
"mastodon": "https://mastodon.social/@hugovk",
"website": "https://hugovk.dev",
Expand Down
1 change: 0 additions & 1 deletion content/authors/jacob-coffee.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python Software Foundation Staff. Litestar Maintainer.",
"github": "JacobCoffee",
"avatar": "https://avatars.githubusercontent.com/u/45884264",
"twitter": "_scriptr",
"bluesky": "scriptr.dev",
"mastodon": "https://fosstodon.org/@Monorepo",
"website": "https://scriptr.dev",
Expand Down
1 change: 0 additions & 1 deletion content/authors/larry-hastings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python release manager and core developer",
"github": "larryhastings",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/lukasz-langa.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "CPython Developer in Residence",
"github": "ambv",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/mathieu-leduc-hamel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "",
"github": "",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/michael-markert.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "",
"github": "",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/mike-driscoll.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python author and blogger",
"github": "driscollis",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/ned-deily.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python release manager",
"github": "ned-deily",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/pablo-galindo.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python release manager and core developer",
"github": "pablogsal",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/paul-moore.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python core developer and pip maintainer",
"github": "pfmoore",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/philip-jenvey.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "",
"github": "pjenvey",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Security Developer-in-Residence at the Python Software Foundation",
"github": "sethmlarson",
"avatar": "",
"twitter": "sethmlarson",
"bluesky": "sethmlarson.dev",
"mastodon": "https://fosstodon.org/@sethmlarson",
"website": "https://sethmlarson.dev",
Expand Down
1 change: 0 additions & 1 deletion content/authors/stan-ulbrych.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python patcher, PSRT member, and translator",
"github": "StanFromIreland",
"avatar": "",
"twitter": "",
"bluesky": "stan.ulbrych.org",
"mastodon": "https://mastodon.social/@stanfromireland",
"website": "https://stan.ulbrych.org",
Expand Down
1 change: 0 additions & 1 deletion content/authors/sumana-harihareswara.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Open source contributor and community manager",
"github": "brainwane",
"avatar": "",
"twitter": "",
"bluesky": "",
"mastodon": "",
"website": "",
Expand Down
1 change: 0 additions & 1 deletion content/authors/thomas-wouters.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"bio": "Python core developer and release manager",
"github": "Yhg1s",
"avatar": "",
"twitter": "",
"bluesky": "yhg1s.bsky.social",
"mastodon": "https://social.coop/@Yhg1s",
"website": "",
Expand Down
4 changes: 2 additions & 2 deletions content/posts/python-3120-alpha-1-released/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ The next pre-release of Python 3.12 will be 3.12.0a2, currently scheduled for 20
### And now for something completely different


[This is Not the Poem that I Had Hoped to Write](https://twitter.com/brian_bilston/status/1579378460610662401)
[This is Not the Poem that I Had Hoped to Write](https://www.instagram.com/p/DCv30j2IuW2/)

This is not the poem that I had hoped to write
when I sat at my desk and the page was white.
Expand All @@ -59,7 +59,7 @@ Humanity examined with lessons applied.
But the right words escaped me; so often they do.
Have these in lieu.

[Brian Bilston](https://twitter.com/brian_bilston)
[Brian Bilston](https://brianbilston.com/)


## Enjoy the new releases
Expand Down
1 change: 0 additions & 1 deletion keystatic.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ export default config({
bio: fields.text({ label: "Bio", multiline: true }),
github: fields.text({ label: "GitHub Username" }),
avatar: fields.url({ label: "Avatar URL" }),
twitter: fields.url({ label: "Twitter/X" }),
bluesky: fields.url({ label: "Bluesky" }),
mastodon: fields.url({ label: "Mastodon" }),
website: fields.url({ label: "Website" }),
Expand Down
1 change: 0 additions & 1 deletion src/content.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const authors = defineCollection({
bio: z.string().optional(),
github: z.string().optional(),
avatar: z.string().optional(),
twitter: z.string().optional(),
bluesky: z.string().optional(),
mastodon: z.string().optional(),
website: z.string().optional(),
Expand Down
6 changes: 0 additions & 6 deletions src/pages/authors/[author].astro
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,6 @@ const avatarUrl = author.avatar || (author.github ? `https://github.com/${author
{author.github}
</a>
)}
{author.twitter && (
<a href={author.twitter} class="inline-flex items-center gap-1 text-xs text-zinc-500 transition-colors hover:text-zinc-800 dark:text-zinc-400 dark:hover:text-zinc-200" target="_blank" rel="noopener noreferrer">
<svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="currentColor"><path d="M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z"/></svg>
Twitter
</a>
)}
{author.bluesky && (
<a href={`https://bsky.app/profile/${author.bluesky}`} class="inline-flex items-center gap-1 text-xs text-zinc-500 transition-colors hover:text-zinc-800 dark:text-zinc-400 dark:hover:text-zinc-200" target="_blank" rel="noopener noreferrer">
<svg class="h-3.5 w-3.5" viewBox="0 0 24 24" fill="currentColor"><path d="M12 10.8c-1.087-2.114-4.046-6.053-6.798-7.995C2.566.944 1.561 1.266.902 1.565.139 1.908 0 3.08 0 3.768c0 .69.378 5.65.624 6.479.785 2.627 3.588 3.476 6.182 3.21-4.024.564-7.545 2.254-2.88 7.543 5.528 5.283 7.435-1.36 8.074-3.953.639 2.593 1.9 9.108 8.073 3.953 4.665-5.289 1.145-6.979-2.88-7.543 2.595.267 5.398-.583 6.183-3.21.245-.83.624-5.789.624-6.479 0-.688-.139-1.86-.902-2.203-.659-.3-1.664-.62-4.3 1.24C16.046 4.748 13.087 8.687 12 10.8z"/></svg>
Expand Down
Loading