Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ADefWebserver/Blazor-Blogs
Simple blogging application written in Microsoft Server Side Blazor
https://github.com/ADefWebserver/Blazor-Blogs
blazor blazor-server csharp dotnet-core microsoft
Last synced: 4 days ago
JSON representation
Simple blogging application written in Microsoft Server Side Blazor
- Host: GitHub
- URL: https://github.com/ADefWebserver/Blazor-Blogs
- Owner: ADefWebserver
- License: mit
- Created: 2019-12-06T13:55:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:16:05.000Z (4 months ago)
- Last Synced: 2024-10-30T08:18:13.998Z (14 days ago)
- Topics: blazor, blazor-server, csharp, dotnet-core, microsoft
- Language: C#
- Homepage:
- Size: 20 MB
- Stars: 188
- Watchers: 18
- Forks: 45
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Blazor-Blogs
#### Simple blogging application written in Microsoft Server Side Blazor[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2FADefWebserver%2FBlazor-Blogs%2Fmain%2Fazuredeploy.json)
See: [Installing Blazor-Blogs on Microsoft Azure (Deploy To Azure Button Method)](https://blazorblogs.azurewebsites.net/ViewBlogPost/1008 "Installing Blazor-Blogs on Microsoft Azure")
## Live example site: https://blazorblogs.azurewebsites.net
#### Also see: [Installing Blazor-Blogs on Microsoft Azure (Manual Method)](https://blazorblogs.azurewebsites.net/ViewBlogPost/1007 "Installing Blazor-Blogs on Microsoft Azure")![Screenshot](Animation.gif)
![Screenshot](Screenshot001.png)
![Screenshot](Screenshot006.png)
![Screenshot](Screenshot003.png)
![Screenshot](Screenshot004.png)
![Screenshot](Screenshot005.png)
![image](https://github.com/user-attachments/assets/de5a539a-ccde-4430-8ba4-55437b4bbf7e)
### Features
* Supports unlimited Bloggers
* Rich Text Editor with image uploads
* [Open Live Writer and Windows Live Writer support](https://blazorblogs.azurewebsites.net/ViewBlogPost/1005)
* [Disqus integration for Blog post comments](https://blazorblogs.azurewebsites.net/ViewBlogPost/1004)
* User Administration and role management
* User Registration with Email Verification and Password Resets
* File Download Page
* Custom Privacy Statement and Terms Of Use
* Dynamic Header and Logo
* Unlimited Tags for Blog Posts
* RSS Feeds### Installing
1) Create a Database
2) Deploy the code to Azure or IIS
3) Run the application by navigating to the root page in the web browser
4) The Install Wizard will show and guide you though installing the application### Helpful Articles
* [Installing Blazor-Blogs on Microsoft Azure (Deploy To Azure Button Method)](https://blazorblogs.azurewebsites.net/ViewBlogPost/1008 "Installing Blazor-Blogs on Microsoft Azure")
* [Installing Blazor-Blogs on Microsoft Azure (Manual Method)](https://blazorblogs.azurewebsites.net/ViewBlogPost/1007 "Installing Blazor-Blogs on Microsoft Azure")
* [Upgrading Blazor Blogs](https://blazorblogs.azurewebsites.net/ViewBlogPost/1013)
* [Uploading Images With The Blazor Rich Text Editor](https://blazorhelpwebsite.com/ViewBlogPost/7 "Uploading Images With The Blazor Rich Text Editor")
* [Creating Reusable Custom Blazor Controls](https://blazorhelpwebsite.com/ViewBlogPost/11 "Creating Reusable Custom Blazor Controls")
* [Creating A Rich Text Editor In Blazor Using Quill](https://blazorhelpwebsite.com/ViewBlogPost/12 "Creating A Rich Text Editor In Blazor Using Quill")
* [Importing Blogs From DotNetNuke Blogs](https://blazorblogs.azurewebsites.net/ViewBlogPost/1012 "Importing Blogs From DotNetNuke Blogs")Uses [Blazored.TextEditor - Rich Text Editor for Blazor applications](https://github.com/Blazored/TextEditor "Blazored.TextEditor - Rich Text Editor for Blazor applications")