Blogging Software Using Bootstrap on .NET?

Are there any open source blogging software projects that use Twitter Bootstrap for basic CSS styles?

I have been using BlogEngine.NET for many years, but would like the more modern user interface to look easier on my blog using a style structure like Bootstrap instead of the fully custom style that BlogEngine.NET uses.

It is advisable that I have something more modern using ASP.NET MVC instead of WebForms.

I am going to start a new project, but ...

+4
source share
2 answers

Have you seen Orchard ? This is a great .NET CMS written in ASP.NET MVC 4. Development is proactive and the community is growing.

It is also very nice to work with topics. I created the main blog theme based on Bootstrap, which you can download for free at Orchard Gallery .

There is also a simple Bootstrap theme that was updated just 12 days ago.

I have never worked with BlogEngine.NET, but, working with SharePoint for quite some time, I try to avoid WebForms at all costs.

+3
source

Although it seems like you can search for an open source blogging platform, Communifire is a commercial product that uses a bootstrap framework. It contains a complete blogging platform with many additional communities and social features like discussion forums, event management, activity streams, chat / messaging, etc. One of the reasons our customers choose to use Communicire is because of the additional support and configuration options that our company provides.

Communifire Specifications

Please note that I am the owner of this company.

+2
source

Source: https://habr.com/ru/post/1493680/


All Articles