Blogifier is an open-source publishing platform Written in ASP.NET and Blazor WebAssembly. With Blogifier make a personal blog or a website.
Blogifier is a self-hosted open source publishing platform written in ASP.NET and Blazor WebAssembly. It can be used to quickly and easily set up a lightweight, but fully functional personal or group blog.
English | 简体中文
Can build in windows linux not tested on macOS, I prefer to deploy tests in docker.
localhost:5000
with your browserFirst of all, please make sure that docker, docker-compose has been installed in your host.
docker-compose up -d
command, wait a while …localhost:8080
with your browserSteps to install compiled application on the server for a self-hosting:
example.com/admin/register/
example.com/admin/login/
If you want to customize the Blogifier, or contribute:
$ cd /your-local-path/Blogifier/src/Blogifier/
$ dotnet run
Then you can open localhost:5000
with your browser
The current Blogifier is not perfect enough, blog software pursues perfect functions and easy to use, maybe wordpress is more suitable, relatively speaking, this project still lacks many functions. The latest version has not been released yet, and the current project is more suitable for developers to build and use by themselves. We can work together Improvement, implement a blog system completely implemented by dotnet technology. Faster, simpler, and smaller.
You can first propose functions in issues and develop them in pull requests, so that you can track the development progress. Everyone is welcome to participate in the development together. Let’s learn and explore the latest technology of dotnet together.
Code released under the MIT License. Docs released under Creative Commons.
Copyright 2017–2023 Blogifier