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
- Configure your blog — settings, themes, CDN
- Create a blog post — browser editor or Open Live Writer
- Design a theme — built-in theme editor at
/admin/themes - Deploy to Azure — App Service, Linux, or Windows
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.