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.
read-to-use
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.
- 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.
The Source Code
If you want to customize the Blogifier, or help us in the development:
- Download and Install .NET SDK 5.0 and above.
- 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 go to the Blogifier project folder:
$ cd /your-local-path/blogifier/src/blogifier/
Then:
$ dotnet run
Then in your browser:
http://localhost:5000
You can 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