Blogifier is multi-user, lightweight blog written in .NET Core with Angular front-end. For programmers, it is easy maintain and extend and for designers, it is simple to customize using familiar tools.
- 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
Blogifier is single blog supporting multiple authors. Administrator can manage common blog settings and create/remove regular users. Blog author can create and publish posts.
- Clone or download source code
- Run application in Visual Studio or using your code editor
- Use admin/admin to log in as admininstrator
- Use demo/demo to log in as regular user
Source code for themes distributed with Blogifier is in the themes project. Themes are Angular CLI applications and developed independently.
Blogifier requires write permissions on
wwwroot/themes
folder to be able to switch themes in the admin panel.
The demo site is a playground to check out Blogifier features. You can write and publish posts, upload files and test application before install. And no worries, it is just a sandbox and will clean itself.
Can also check out developer's blog running on Blogifier.