add: 博客主页

This commit is contained in:
2024-01-21 19:57:14 +08:00
parent b16ae3209a
commit 50306e2943
7 changed files with 168 additions and 19 deletions

View File

@@ -6,5 +6,9 @@ public class BlogOptions
public required string Root { get; set; }
public required string Author { get; set; }
public required string ProjectName { get; set; }
public required string BannerImage { get; set; }
}