{
    "@context": "https://www.w3.org/ns/activitystreams",
    "id": "https://deadvey.com//socialweb/notes/66",
    "type": "Note",
    "hash": "66",
    "content": "<b>I made Newsletters:</b><br/>I made a newsletter that pulls from the blogs and sends them out whenever there is a new blog, the email has trouble looking legit at the moment because it's from debian.localhost but whatever, proof of concept, I will probably add a custom sent from address. I also made a variable website root (/) directory in the node so I don't have to manually change them all like last time. If you want to be on the newsletter just email me, I don't have a dynamic way of joining it at the moment. This post should show up in <i>my</i> inbox 🤞<br/>Fly You High - DeaDvey",
    "url": "https://deadvey.com/blog/66.html",
    "attributedTo": "https://deadvey.com/@blog",
    "to": [
        "https://www.w3.org/ns/activitystreams#Public"
    ],
    "cc": [],
    "published": "Sat, 2 Nov 2024 10:05:45",
    "replies": {
        "id": "https://deadvey.com/socialweb/replies/66",
        "type": "Collection",
        "first": {
            "type": "CollectionPage",
            "next": "https://deadvey.com/socialweb/replies/66?page=true",
            "partOf": "https://deadvey.com/socialweb/replies/66",
            "items": []
        }
    },
    "tag": [

        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/website.html",
            "Name": "#website"
        },
        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/update.html",
            "Name": "#update"
        },
        {
            "Type": "Hashtag",
            "Href": "https://deadvey.com/blog/newsletter.html",
            "Name": "#newsletter"
        }
    ]
}