MaksadAnnamuradov / Blogifier

Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.

Home Page:https://blogifier.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


Blogifier Logo

Blogifier

Blogifier is self hosted open source publishing platform written in ASP.NET and Blazor WebAssembly.
Right now Blogifier can be used as a personal or group blog, and more features are under development.

Official Website »    Live Demo »

username:   admin@example.com     password:   admin



Installation

This version is built and compiled, and ready to use:

  1. .NET Core Runtime (currently 6.0) must be installed on your host server.
  2. Download the latest release.
  3. Unzip and copy to your host server.
  4. Restart your website.
  5. Open your website and only the first time you'll be redirected to the register page.
    example.com/admin/register/
  6. Register, and then log in.
    example.com/admin/login/
  7. Done, enjoy.



Development

If you want to customize the Blogifier, or contribute:

  1. Download and Install .NET SDK.
  2. Download, fork, 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:
$ cd /your-local-path/Blogifier/src/Blogifier/
$ dotnet run

Then you can open localhost:5000 with your browser, Also login to the admin panel localhost:5000/admin/.

username: admin@example.com
password: admin



Documentation

We are working on the version 3.0 and after we release this version, we'll begin to write all the documents.
We publish docs on the Blogifier website.



Contributing

Please read contributing guidelines. We have a list of things there that you can help us with.



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 ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.

https://blogifier.net

License:MIT License


Languages

Language:JavaScript 43.5%Language:HTML 28.8%Language:C# 17.3%Language:SCSS 10.4%Language:Dockerfile 0.0%