VOOZH about

URL: https://www.nuget.org/packages/Blake.BuildTools/

⇱ NuGet Gallery | Blake.BuildTools 1.0.24




👁 Image
Blake.BuildTools 1.0.24

dotnet add package Blake.BuildTools --version 1.0.24
 
 
NuGet\Install-Package Blake.BuildTools -Version 1.0.24
 
 
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Blake.BuildTools" Version="1.0.24" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Blake.BuildTools" Version="1.0.24" />
 
Directory.Packages.props
<PackageReference Include="Blake.BuildTools" />
 
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Blake.BuildTools --version 1.0.24
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Blake.BuildTools, 1.0.24"
 
 
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Blake.BuildTools@1.0.24
 
 
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Blake.BuildTools&version=1.0.24
 
Install as a Cake Addin
#tool nuget:?package=Blake.BuildTools&version=1.0.24
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

<div align="center">

<a href="https://blake-ssg.org" target="_blank" title="Go to the Blake website"><img width="196px" alt="blake logo" src="https://raw.githubusercontent.com/matt-goldman/blake/refs/heads/main/assets/blake.svg"></a>

Blake

🍞 Bake your Blazor into beautiful static sites

The static site generator for .NET developers who want familiar tools, not foreign languages.

Blake.Types Blake.MarkdownParser Blake.BuildTools Blake.CLI
👁 NuGet Version
👁 NuGet Version
👁 NuGet Version
👁 NuGet Version

👁 GitHub Workflow Status

📚 Read the docs🚀 Quick Start🌟 See it in action

</div>


🌟 See it in action

Live examples built with Blake:

🌐 Blake Documentation - The official Blake docs site
Modern documentation with clean design and full-text search

🎨 Tailwind Sample Blog - A beautiful blog template
Responsive blog with Tailwind CSS styling and modern typography


🚀 Quick start

Get up and running in seconds:

1️⃣ Install Blake globally

dotnet tool install -g blake

2️⃣ Create a new site

# Create from template
blake new --template tailwind-sample

# Create without a template (uses the default Blazor WASM template)
blake new

# Or init an existing Blazor WASM site
blake init

3️⃣ Start building

blake bake && dotnet run
# or
blake serve # does both bake and serve

That's it! ✨ Your static site is ready at your configured port

🔧 Advanced usage

Add Blake to existing Blazor app:

blake init

Generate content only:

blake bake

List all templates:

blake new --list

Generate a new content scaffold:

blake new content -t "Adding new templates to Blake"
blake new content "Positional title works too"
blake new content --directory Posts/Tech "Nested post"
blake new content # creates "Untitled" content in current directory

✨ Why Blake?

Tired of learning new templating languages just to blog? Blake brings static site generation to your comfort zone.

🎯 Built for .NET developers

  • No foreign syntax - Use Razor templates you already know
  • No config chaos - Folder structure determines everything
  • No build mysteries - Just Blazor, just bake, just works

🧠 Guided by Occam's Razor

The solution with the fewest assumptions is often the best.

Other generators: "Put layouts here, templates there, config everywhere, sprinkle fairy dust, pray it builds."

Blake: "Put content wherever makes sense. Add a template.razor. Done."

⚡ Key features

Convention over configuration - Smart defaults, zero setup
Familiar tooling - Razor, Markdown, Blazor components
Plugin system - Extend functionality without complexity
Live templates - Community-driven starter templates
Modern workflow - Integrates with existing .NET tools

🤔 Blake vs. Others

Love Hugo, Jekyll, or Gatsby? They're fantastic! But they make too many assumptions:

  • 😭 Hugo: Assumes you're happy to learn Go templating + TOML/YAML config
  • 😭 Jekyll: Assumes you're cool with Liquid templating + Ruby ecosystem
  • 😭 Gatsby: Assumes you want a static site with GraphQL + React + complex build chains
  • 🤩 Blake: Assumes you have the .NET CLI installed

Blake doesn't try to be everything to everyone. It tries to be exactly what feels intuitive to .NET developers who just want to write and publish.


📖 Documentation

Complete documentation →


<div align="center">

Ready to bake? 🍞✨

Get Started →View Templates →Join Community →

</div>

Product Versions Compatible and additional computed target framework versions.
.NET net9.0 net9.0 is compatible.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (4)

Showing the top 4 NuGet packages that depend on Blake.BuildTools:

Package Downloads
BlakePlugin.DocsRenderer

A plugin for Blake to generate site and page TOCs, provide enhanced syntax highlighting, and associated Razor components.

BlakePlugin.RSS

A plugin for Blake to generate RSS feeds.

BlakePlugin.ReadTime

A Blake plugin that calculates estimated reading time for content based on 200 words per minute reading speed

BlakePlugin.OpenGraph

Blake plugin that generates OpenGraph metadata for statically generated Razor pages

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.0.24 102 5/14/2026
1.0.23 102 5/13/2026
1.0.22 488 9/1/2025
1.0.21 213 8/31/2025
1.0.20 333 8/25/2025
1.0.19 281 8/24/2025
1.0.18 442 8/16/2025
1.0.17 207 8/15/2025
1.0.16 212 8/15/2025
1.0.15 226 8/12/2025
1.0.14 232 8/11/2025
1.0.13 220 8/11/2025
1.0.12 593 8/5/2025
1.0.11 288 8/5/2025
1.0.10 343 8/3/2025
1.0.8 152 8/2/2025
1.0.7 139 8/2/2025
1.0.6 143 8/2/2025
0.0.1-preview2 527 7/25/2025