Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.34 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.34 KB

Blogifier

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.

System Requirements

  • 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

Getting Started

  1. Clone or download source code
  2. Run application in Visual Studio or using your code editor
  3. Use admin/admin to log in

Other Projects

Blogifier uses Blogifier.Widgets and Blogifier.Core libraries hosted in this same repository and published to Nuget.org package gallery.

blogifier-diagram

Demo site

The demo site is a playground to check out Blogifier features. You can write and publish posts, upload files and test application before install.

dashboard-3