Jan Tesař
Jan Tesař
The default template (mainly for the minimal blog ) is pretty basic. Would be cool to find someone who can make it more eye-catching.
It would scaffold the project for you. With some clever options .
Please consider using SQLite instead of MSSQL. Pros: - No need for setup change in the settings. - No need to run sqlserver - Everything should work by "running F5"....
Hi, The project helped me a lot. This is my contribution to the community: an update to .NET 8. It wasn't difficult; everything works as expected. I am ready to...
- 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...
RSS
Should not be hard, we can take some inspiration from site.xml, that is already implemented.
I have realized some drawbacks while creating a blog post. I admit I might be wrong in some assumptions. In that case, correct me accordingly. ## Issues ### 1. When...
The fact that you have to set some configuration in your configuration.nix even if you are using home manager wasn't obvious to me. Still kind of processing how nix works....
Introduce a new test project `BlazorStatic.Tests` targeting .NET 9.0 with xUnit and Moq for testing. Update workflows to execute tests during CI processes, ensuring code reliability and functionality validation.