DasBlog.Template 10.5.1754

dotnet new install DasBlog.Template@10.5.1754
                    
This package contains a .NET Template Package you can call from the shell/command line.

DasBlog Core

A blogging engine built with ASP.NET Core. This template creates a ready-to-run DasBlog Core blog.

Quick start

# Install the template
dotnet new install DasBlog.Template

# Create a new blog
dotnet new dasblog -n myblog

# Run it
cd myblog
.\DasBlog.Web.exe

Navigate to http://localhost:5000. The first request redirects to /account/setup, where you create the admin user (email, display name, and a strong password). Once you submit the form you'll be sent to the login page.

Your password is stored as a salted PBKDF2 hash; the plaintext is never written to disk. Change credentials at any time from /admin/authors.

Template options

Option Description Default
--blogTitle Your blog title My DasBlog!
--adminEmail Placeholder admin email written into the initial config. You'll be asked to pick your real email during first-run setup. myemail@myemail.com

Example:

dotnet new dasblog -n myblog --blogTitle "My Blog"

Next steps

Learn more

  • net10.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
10.5.1754 123 7/5/2026
10.4.1737 126 6/15/2026
10.3.1715 105 5/23/2026
10.2.1685 103 5/11/2026
10.2.1684 102 5/11/2026
10.2.1681 107 5/10/2026
10.2.1678 103 5/10/2026
10.2.1676 103 5/10/2026
10.2.1672 108 5/10/2026