BlazorStatic
BlazorStatic copied to clipboard
dotnet new template vs github green button template
As we discussed in #38 BlazorStaticMinimalBlog serves 2 purposes.
- template for
dotnet new - template for github "use template" that just copies the template to your own repo (like forking, but without the fork relation to base repo).
As the dotnet new template gets more complicated is is harder to maintain both in the same repo. For example: for dotnet new there is a need to have the .keepFolder file inside Blog folder. This file is deleted when using the template, but has no meaning or purpose when you "use template" from github.
The best solution would be to keep the BlazorStaticMinimalBlog as read-only being only an output repo for dotnet new template...
WIP