Skip to content

Commit d37c3ee

Browse files
authored
Remove X from author profiles (#43)
1 parent c9c2624 commit d37c3ee

31 files changed

Lines changed: 4 additions & 39 deletions

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ migrate: ## Migrate Blogger posts
7373
content-new-author: ## Create a new author (ID=author-id NAME="Author Name")
7474
@if [ -z "$(ID)" ] || [ -z "$(NAME)" ]; then \
7575
echo "Usage: make content-new-author ID=author-id NAME=\"Author Name\""; exit 1; fi
76-
@echo '{"name":"$(NAME)","bio":"","github":"","avatar":"","twitter":"","bluesky":"","mastodon":"","website":"","featured":false}' \
76+
@echo '{"name":"$(NAME)","bio":"","github":"","avatar":"","bluesky":"","mastodon":"","website":"","featured":false}' \
7777
| python3 -m json.tool > content/authors/$(ID).json
7878
@echo "Created content/authors/$(ID).json"
7979

content/authors/a-m-kuchling.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "Python core developer and author",
44
"github": "akuchling",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "",
87
"mastodon": "",
98
"website": "",

content/authors/antoine-p.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "Python core developer",
44
"github": "pitrou",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "",
87
"mastodon": "",
98
"website": "",

content/authors/benjamin-peterson.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "Python release manager and core developer",
44
"github": "benjaminp",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "",
87
"mastodon": "",
98
"website": "",

content/authors/brian-curtin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "Python core developer",
44
"github": "briancurtin",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "",
87
"mastodon": "",
98
"website": "",

content/authors/davidmh.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "",
44
"github": "",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "",
87
"mastodon": "",
98
"website": "",

content/authors/doug-hellmann.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "Python core developer and author of Python Module of the Week",
44
"github": "dhellmann",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "",
87
"mastodon": "",
98
"website": "",

content/authors/ee-durbin.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "PSF Director of Infrastructure",
44
"github": "ewdurbin",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "",
87
"mastodon": "",
98
"website": "",

content/authors/emma-smith.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "CPython Core Developer and Rust for CPython co-lead",
44
"github": "emmatyping",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "emmatyping.dev",
87
"mastodon": "https://hachyderm.io/@emmatyping",
98
"website": "https://emmatyping.dev",

content/authors/georg-brandl.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"bio": "Python core developer and Sphinx creator",
44
"github": "birkenfeld",
55
"avatar": "",
6-
"twitter": "",
76
"bluesky": "",
87
"mastodon": "",
98
"website": "",

0 commit comments

Comments
 (0)