This commit is contained in:
2023-03-10 08:51:40 -06:00
parent 4ff57c3d76
commit 28a2aa2bb8
31 changed files with 4246 additions and 30 deletions

View File

@@ -0,0 +1,9 @@
using OrchardCore.DisplayManagement.Manifest;
[assembly: Theme(
Name = "OrchardCore.BenRameyTheme",
Author = "Ben Ramey",
Website = "https://www.benramey.com",
Version = "0.0.1",
Description = "Theme for BenRamey.com blog"
)]