blogifierdotnet / Blogifier

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
MIT License
1.26k stars 517 forks source link

Make a Azure Static Web compatible template with coded blog posts #365

Open sturlath opened 10 months ago

sturlath commented 10 months ago

Azure Static Web apps are basically free and super well suited for blog engines like this.

The blog files are just stored locally with the deployment but they would be have to be created before deploying to code and then a Azure Function would be used to authenticate the blog admin.

No database and almost no cost.. just an idea...

dorthl commented 10 months ago

It's a pity that Blogifier was not born for this scenario, and the hexo project may be more suitable for this deployment scenario. Asp.net core is mainly in the domain or dynamic rendering scene. The goal of Blogifier is to provide a server-side rendering structure and store data in the database. It is more suitable for horizontal expansion, including adding comments later, and effectively managing resources.