Giter Site home page Giter Site logo

statiqextensions.wellknown's Introduction

StatiqExtensions.WellKnown

standard-readme compliant Contributor Covenant Build Codecov Report NuGet package

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, "@[email protected]")
    .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 over WebFingerAliasFromTemplate.

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

Nils Andresen @nils-a

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

MIT License © Nils Andresen

statiqextensions.wellknown's People

Contributors

nils-a avatar renovate[bot] avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

nils-a

statiqextensions.wellknown's Issues

Disable CodeCov

CodeCov dropped support for tokenless runs in version 4, so all builds are currently broken.
While it appears that PR runs on GitHub should probably continue to work tokenless, this is not the case. Hence, we should disable CodeCov for the moment.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.