Ray Fan
Ray Fan
## Summary Consider to make routes more centralized and re-used better instead of hardcoding them at different places. Particularly the following two areas worth looking at - **Startup.cs**: delegate endpoint...
## Summary - Add CI.yml to the solution for build and test. - Target multiple OSes: windows, linux, macos. ## References - [Introduction to GitHub Actions](https://docs.github.com/en/actions/learn-github-actions/introduction-to-github-actions?learn=getting_started) - [Starter workflows for...
og:image is missing, as a result links shared on Twitter have no avatar image.
Move Disqus out to its own plugin, instead of hard-coded on the theme. Make it work for both MVC and Blazor WASM themes.
Create a new theme using Blazor WebAssembly. Along with the current MVC theme, I would provide both MPA and SPA style websites on .NET in a single project.
If you look through the Clarity theme, a theme designer can place widget areas on the theme and these areas give the end users a chance to drag and drop...
Go to any published post and edit, the post shows up in the composer with the post date going back one day. For example a post published on 2/20, when...
Add robots.txt and sitemap.xml. Here some useful info. robots.txt [Introduction to robots.txt](https://support.google.com/webmasters/answer/6062608) [Create a robots.txt file](https://support.google.com/webmasters/answer/6062596) [What is a robots.txt](https://moz.com/learn/seo/robotstxt) sitemap [Learn about sitemaps](https://support.google.com/webmasters/answer/156184)