This package allows you to hook your umbraco website into the fediverse.
Currently the settings or only settable in the database, you can however view them in the umbraco backoffice The current roadmap is to extend this package with some settings, then harden it for edge cases.
- Install the nuget package to your umbraco (v13) project.
- Have a content type with the alias
article
- In that content type have a property with the alias
authorName
which is a user selector that is mandatory- The package uses the user selector to create/read the settings for said user and creates the required table entries so that it can be followed
- Publish article on your site