Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
ed07acb4be
5 changed files with 45 additions and 1 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1714770905972
|
||||
"timestamp": 1714853070695
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -13114,5 +13114,16 @@
|
|||
"https://social.lol/users/cory/statuses/112379226090084426"
|
||||
],
|
||||
"lastTootTimestamp": 1714770905964
|
||||
},
|
||||
"https://adamjones.me/blog/dont-use-contact-forms/": {
|
||||
"id": "aHR0cHM6Ly9hZGFtam9uZXMubWUvYmxvZy9kb250LXVzZS1jb250YWN0LWZvcm1zLw==",
|
||||
"title": "🔗: No, I don’t want to fill out your contact form via Adam Jones",
|
||||
"url": "https://adamjones.me/blog/dont-use-contact-forms/",
|
||||
"content_text": "🔗: No, I don’t want to fill out your contact form via Adam Jones #Tech https://adamjones.me/blog/dont-use-contact-forms/",
|
||||
"date_published": "Sat, 04 May 2024 19:43:00 GMT",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/112384610837477428"
|
||||
],
|
||||
"lastTootTimestamp": 1714853070688
|
||||
}
|
||||
}
|
|
@ -1,4 +1,5 @@
|
|||
export default {
|
||||
"https://adamjones.me": "Adam Jones",
|
||||
"https://janmaarten.com": "Jan Maarten",
|
||||
"https://sheep.horse": "Andrew Stephens",
|
||||
"https://nautil.us": "Nautilus",
|
||||
|
|
|
@ -10371,5 +10371,30 @@
|
|||
"thumbnail": "https://books.google.com/books/content?id=mwL8DwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512",
|
||||
"language": "en",
|
||||
"link": "https://books.google.com/books/about/Goliath.html?hl=&id=mwL8DwAAQBAJ"
|
||||
},
|
||||
{
|
||||
"isbn": "9780306824098",
|
||||
"dateAdded": "2024-05-04",
|
||||
"status": "want to read",
|
||||
"rating": "unrated",
|
||||
"tags": [
|
||||
"music",
|
||||
"nonfiction"
|
||||
],
|
||||
"title": "Under the Big Black Sun",
|
||||
"authors": [
|
||||
"John Doe",
|
||||
"Tom DeSavia"
|
||||
],
|
||||
"publishedDate": "2016-04-26",
|
||||
"description": "Under the Big Black Sun explores the nascent Los Angeles punk rock movement and its evolution to hardcore punk as it's never been told before. John Doe of the legendary band X and co-author Tom DeSavia have woven together an enthralling story of the legendary West Coast scene from 1977-1982 by enlisting the voices of people who were there. The book shares chapter-length tales from the authors along with personal essays from famous (and infamous) players in the scene. Through interstitial commentary, John Doe \"narrates\" this journey through the land of film noir sunshine, Hollywood back alleys, and suburban sprawl. Illustrated with 50 rare photos, this is the story of the art that was born under the big black sun.",
|
||||
"pageCount": 336,
|
||||
"printType": "BOOK",
|
||||
"categories": [
|
||||
"Biography & Autobiography"
|
||||
],
|
||||
"thumbnail": "https://books.google.com/books/content?id=O0EoCwAAQBAJ&printsec=frontcover&img=1&zoom=1&edge=curl&source=gbs_api&w=512",
|
||||
"language": "en",
|
||||
"link": "https://play.google.com/store/books/details?id=O0EoCwAAQBAJ"
|
||||
}
|
||||
]
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: "No, I don’t want to fill out your contact form"
|
||||
date: "2024-05-04T12:43:09-07:00"
|
||||
tags: ['tech']
|
||||
description: "Contact forms are almost always worse for users than just putting an email on your website. I explore why they’re terrible, why you’ve done it anyway, and what to do about it."
|
||||
link: "https://adamjones.me/blog/dont-use-contact-forms/"
|
||||
---
|
Reference in a new issue