# Blogifier **Repository Path**: anysharp/Blogifier ## Basic Information - **Project Name**: Blogifier - **Description**: Blogifier 是一个使用 ASP.NET 和 Blazor WebAssembly 编写的开源发布平台。使用 Blogifier 可以创建个人博客或网站。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-28 - **Last Updated**: 2024-10-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: 博客 ## README

Blogifier

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.



## Installation Steps to install compiled application on the server for a self-hosting: 1. .NET Core Runtime (currently 7.0) must be installed on your host server. 2. [Download](https://github.com/blogifierdotnet/Blogifier/releases) 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](https://dotnet.microsoft.com/download/dotnet) 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 ```

## Contributing Please read [contributing guidelines](https://github.com/blogifierdotnet/Blogifier/blob/main/.github/CONTRIBUTING.md). We have a list of things there that you can help us with.

## Team [![@farzindev](https://avatars.githubusercontent.com/u/6384978?s=60&v=4)](https://github.com/farzindev)   [![@rxtur](https://avatars.githubusercontent.com/u/1932785?s=60&v=4)](https://github.com/rxtur)

## Copyright and License Code released under the MIT License. Docs released under Creative Commons.
Copyright 2017–2022 Blogifier