Welcome to WitRPC!

This is your first blog post. You can edit this file at wwwroot/content/blog/2024-01-15-welcome.md.

Getting Started

  1. Edit wwwroot/site.config.json to customize your site settings
  2. Update wwwroot/css/theme.css to change colors
  3. Add your content in wwwroot/content/ folders
  4. Run dotnet run to see your site

Markdown Features

You can use all standard markdown features:

  • Bold and italic text
  • Links
  • Code blocks with syntax highlighting
csharp
Console.WriteLine("Hello, World!");

Happy blogging!