Blogifier is an open-source publishing platform written in .NET 5.0 and Blazor WebAssembly.
Official Website »
Live Demo »
username: admin@example.com password: admin
Code in the main branch is under development and some features are not yet implemented and may not work as expected. If you are looking for a stable application, please use latest release. The latest stable source code is in the master branch. Please note that newest code uses Blazor Web Assembly and not compatible with previous versions.
This version is built and compiled, and ready to use:
The only requirement: .NET Core Runtime 5.0 or above should be installed on your host server.
- Download the latest release.
- Unzip and copy to your host server.
- Restart your website.
- Open your website and only the first time you'll be redirected to the register page.
example.com/admin/register/
- Register, and then log in.
example.com/admin/login/
- Done, enjoy.
If you want to customize the Blogifier, or help us in the development:
- Download and Install .NET SDK 5.0 or above.
- Download or Clone the repository.
- Open the project with your favorite IDE (VS Code, Visual Studio, Atom, etc).
- Run the app with your IDE or these commands:
First cd to the Blogifier project folder:
$ cd /your-local-path/Blogifier/src/Blogifier/
Then:
$ dotnet run
Then you can open http://localhost:5000
with your browser.
Also login to the admin panel http://localhost:5000/admin/
username: admin@example.com
password: admin
We publish docs on the Blogifier website.
Explore Blogifier Docs »
Code released under the MIT License. Docs released under Creative Commons.
Copyright 2017–2021 Blogifier