OrchardCMS / OrchardCore

Orchard Core is an open-source modular and multi-tenant application framework built with ASP.NET Core, and a content management system (CMS) built on top of that framework.
https://orchardcore.net
BSD 3-Clause "New" or "Revised" License
7.35k stars 2.37k forks source link

News Theme needed #5871

Open JoshTango opened 4 years ago

JoshTango commented 4 years ago

We don't have a theme for article sites. For example a site like medium.com or huffpost.com or a news article site where a bunch of authors write articles. Clean Blog is very blogish and not really a news article site. Please find a theme for news articles and add it as a default theme.

JoshTango commented 4 years ago

Here is a sample of a nice bootstrap template for articles:

https://mobirise.com/bootstrap-4-theme/article-template.html

Skrypt commented 4 years ago

https://www.wowthemes.net/mundana-free-html-bootstrap-template/

JoshTango commented 4 years ago

The other thing to remember about these news sites is the article path would like like this:

www.mynewssite.com/@myusername/some-article-about-whatever

you need to have the @ symbol for the username

Skrypt commented 4 years ago

I think we can form the url like we want with the AutoroutePart liquid pattern. Though, not sure what having this in the url implies.

JoshTango commented 4 years ago

if you goto medium.com and other sites they are starting to use the @ symbol in front of usernames in the url This is different than a single blog site where there is only one user

JoshTango commented 4 years ago

Lets call it The News Theme

dodyg commented 4 years ago

The best way to do this is to actually build one and extract the structure to a theme. Multiple authors news site can be quite complicated especially on the editing part.

JoshTango commented 4 years ago

Well now I didn't say you needed multiple editors, I know thats a whole new ball game

dodyg commented 4 years ago

I think the current editing UI is not friendly yet for long form editing. Baby steps.

JoshTango commented 4 years ago

Yeah I'm not impressed but that can come in future versions.

JoshTango commented 4 years ago

I just want the team to start thinking about a theme that a news site would feel comfortable with.