Blogifier is a single-user personal blog written in ASP.NET Core MVC and Blazor. It is small, easy to use and highly customizable via theming engine and Blazor components.
If you are looking for a multi-user Angular version of Blogifier, please find it under Blogifier.SPA repository. Both versions are fully supported.
- Windows, Mac or Linux
- ASP.NET Core 3.1
- Visual Studio 2019, VS Code or other code editor (Atom, Sublime etc)
- SQLite by default, MS SQL Server, Postgres and MySQL out of the box, EF compatible databases should work
- Clone or download source code
- Run application in Visual Studio or using your code editor
- Use admin/admin to log in
Blogifier uses Blogifier.Widgets
and Blogifier.Core
libraries hosted in this same
repository and published to Nuget.org
package gallery.
The demo site is a playground to check out Blogifier features. You can write and publish posts, upload files and test application before install.