Skip to content

Blogifier is an open-source publishing platform Written in .NET 5.0 and Blazor WebAssembly.

License

Notifications You must be signed in to change notification settings

DumboJet/Blogifier

 
 

Repository files navigation



Blogifier Logo

Blogifier

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




Blogifier is under development

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.

Quick Start - Ready-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.

  1. Download the latest release.
  2. Unzip and copy to your host server.
  3. Restart your website.
  4. Open your website and only the first time you'll be redirected to the register page.
    example.com/admin/register/
  5. Register, and then log in.
    example.com/admin/login/
  6. Done, enjoy.

Quick Start - The Source Code:

If you want to customize the Blogifier, or help us in the development:

  1. Download and Install .NET SDK 5.0 or above.
  2. Download or Clone the repository.
  3. Open the project with your favorite IDE (VS Code, Visual Studio, Atom, etc).
  4. 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

Docs

We publish docs on the Blogifier website.
Explore Blogifier Docs »

Team

@farzindev   @rxtur

Copyright and License

Code released under the MIT License. Docs released under Creative Commons.
Copyright 2017–2021 Blogifier

About

Blogifier is an open-source publishing platform Written in .NET 5.0 and Blazor WebAssembly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 37.9%
  • HTML 30.7%
  • C# 21.5%
  • SCSS 9.8%
  • Dockerfile 0.1%