Skip to content

Commit

Permalink
Removes BookSite recipe and Velocity theme (#764)
Browse files Browse the repository at this point in the history
  • Loading branch information
daveaglick committed Feb 20, 2019
1 parent 8fa75ba commit 90f7e68
Show file tree
Hide file tree
Showing 56 changed files with 0 additions and 6,106 deletions.
2 changes: 0 additions & 2 deletions Wyam.sln
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "misc", "misc", "{9B01F618-6
Wyam.sln.DotSettings = Wyam.sln.DotSettings
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wyam.BookSite", "src\recipes\Wyam.BookSite\Wyam.BookSite.csproj", "{8A4FBE8F-B009-4EA7-B941-9B6406B4E55D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wyam.Web", "src\recipes\Wyam.Web\Wyam.Web.csproj", "{A4038D8B-40ED-4802-AA95-1E6171EF6036}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "recipes", "recipes", "{AC85A818-00B5-468B-A4F9-A8C90E493363}"
Expand Down
1 change: 0 additions & 1 deletion src/core/Wyam.Configuration/KnownExtension.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ private KnownExtension(string packageId)
public static readonly KnownExtension SolidStateTheme = new KnownExtension("Wyam.Blog.SolidState");
public static readonly KnownExtension StellarTheme = new KnownExtension("Wyam.Blog.Stellar");
public static readonly KnownExtension TrophyTheme = new KnownExtension("Wyam.Blog.Trophy");
public static readonly KnownExtension VelocityTheme = new KnownExtension("Wyam.BookSite.Velocity");
public static readonly KnownExtension SamsonTheme = new KnownExtension("Wyam.Docs.Samson");
}
}
1 change: 0 additions & 1 deletion src/core/Wyam.Configuration/KnownRecipe.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ public partial class KnownRecipe : ClassEnum<KnownRecipe>
{
public static readonly KnownRecipe Blog = new KnownRecipe("Wyam.Blog", nameof(KnownTheme.CleanBlog));
public static readonly KnownRecipe Docs = new KnownRecipe("Wyam.Docs", nameof(KnownTheme.Samson));
public static readonly KnownRecipe BookSite = new KnownRecipe("Wyam.BookSite", nameof(KnownTheme.Velocity));

/// <summary>
/// Gets the package that the recipe class is in. If the recipe is in the
Expand Down
1 change: 0 additions & 1 deletion src/core/Wyam.Configuration/KnownTheme.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ private KnownTheme(string recipe, string inputPath, string packageId)
public static readonly KnownTheme SolidState = new KnownTheme(nameof(KnownRecipe.Blog), null, "Wyam.Blog.SolidState");
public static readonly KnownTheme Stellar = new KnownTheme(nameof(KnownRecipe.Blog), null, "Wyam.Blog.Stellar");
public static readonly KnownTheme Trophy = new KnownTheme(nameof(KnownRecipe.Blog), null, "Wyam.Blog.Trophy");
public static readonly KnownTheme Velocity = new KnownTheme(nameof(KnownRecipe.BookSite), null, "Wyam.BookSite.Velocity");
public static readonly KnownTheme Samson = new KnownTheme(nameof(KnownRecipe.Docs), null, "Wyam.Docs.Samson");
}
}
357 changes: 0 additions & 357 deletions src/recipes/Wyam.BookSite/BookSite.cs

This file was deleted.

207 changes: 0 additions & 207 deletions src/recipes/Wyam.BookSite/BookSiteKeys.cs

This file was deleted.

8 changes: 0 additions & 8 deletions src/recipes/Wyam.BookSite/Properties/AssemblyInfo.cs

This file was deleted.

25 changes: 0 additions & 25 deletions src/recipes/Wyam.BookSite/Wyam.BookSite.csproj

This file was deleted.

34 changes: 0 additions & 34 deletions themes/BookSite/Velocity/_BlogIndex.cshtml

This file was deleted.

10 changes: 0 additions & 10 deletions themes/BookSite/Velocity/_BlogPost.cshtml

This file was deleted.

12 changes: 0 additions & 12 deletions themes/BookSite/Velocity/_BlogPosts.cshtml

This file was deleted.

33 changes: 0 additions & 33 deletions themes/BookSite/Velocity/_Chapter.cshtml

This file was deleted.

Loading

0 comments on commit 90f7e68

Please sign in to comment.