StatiqExtensions.WellKnown
0.1.1
dotnet add package StatiqExtensions.WellKnown --version 0.1.1
NuGet\Install-Package StatiqExtensions.WellKnown -Version 0.1.1
<PackageReference Include="StatiqExtensions.WellKnown" Version="0.1.1" />
paket add StatiqExtensions.WellKnown --version 0.1.1
#r "nuget: StatiqExtensions.WellKnown, 0.1.1"
// Install StatiqExtensions.WellKnown as a Cake Addin #addin nuget:?package=StatiqExtensions.WellKnown&version=0.1.1 // Install StatiqExtensions.WellKnown as a Cake Tool #tool nuget:?package=StatiqExtensions.WellKnown&version=0.1.1
StatiqExtensions.WellKnown
A set of Statiq helpers to create files in .well-known/
Table of Contents
Install
dotnet add package StatiqExtensions.WellKnown
Usage
Example:
await Bootstrapper
.Factory
.CreateWeb(args)
.AddSetting(SettingKeys.WebFingerAlias.FromTemplate, "@nils_andresen@mastodon.social")
.AddPipeline<WellKnownFolderPipeline>()
.RunAsync();
WebFinger
To creates a WebFinger file that contains static content and "redirects" to a real account in the fediverse, use one of the following settings:
WebFingerAliasFromTemplate
: Set this to a fediverse handle and the content of the webFinger-file will be generated from an internal template.WebFingerAliasStaticResult
: Set this to the full content of the webFinger-file. This setting takes precedence overWebFingerAliasFromTemplate
.
MicrosoftIdentityAssociation
To create a microsoft-identity-association.json
file, use the setting below:
MicrosoftIdentityAssociation.ApplicationId
: Set this to an application-id or a list of application-ids.
Maintainer
Contributing
StatiqExtensions.WellKnown follows the Contributor Covenant Code of Conduct.
We accept Pull Requests.
Small note: If editing the Readme, please conform to the standard-readme specification.
This project follows the [all-contributors][] specification. Contributions of any kind welcome!
License
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp3.1 is compatible. |
-
.NETCoreApp 3.1
- Statiq.Common (>= 1.0.0-beta.65)
- Statiq.Core (>= 1.0.0-beta.65)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.1.1 | 242 | 8/24/2023 |
0.1.0 | 100 | 8/24/2023 |
0.1.0-alpha0002 | 136 | 1/23/2023 |
0.1.0-alpha0001 | 126 | 12/4/2022 |