BlazorStatic icon indicating copy to clipboard operation
BlazorStatic copied to clipboard

Embrace the capabilities of Blazor on .NET 8 to craft static websites.

Results 22 BlazorStatic issues
Sort by recently updated
recently updated
newest added

Documentation and step in the pipeline.

documentation

The default template (mainly for the minimal blog ) is pretty basic. Would be cool to find someone who can make it more eye-catching.

help wanted

It would scaffold the project for you. With some clever options .

This PR adds the ability for BlazorStatic to create an xml sitemap for the generated site. The sitemap model follows [google's sitemap recommendation]() and it can be disabled by the...

I just tried to install the template using this command (on MacOS): `dotnet new install BlazorStatic.Templates` Which produced the following error: ``` Error: The template 'BlazorStatic Minimal Blog Site Template'...

- Currently is is just a bunch of readme file. - It would be good to use another `BlazorStaticContent` and give it some frontMatter structure, etc.. - A lot of...

documentation
help wanted

Should not be hard, we can take some inspiration from site.xml, that is already implemented.

enhancement
help wanted

Hello, How to configure the path to the razor pages? I'm getting the following error: System.IO.DirectoryNotFoundException: Could not find a part of the path '/app/Components/Pages'. Thanks!

Hello @tesar-tech , I want to generate a static site with my project. And it need runing the interactive components on wasm. The site is : https://github.com/ant-design-blazor/ant-design-blazor/tree/master/site/AntDesign.Docs.Wasm Thank you.