RickStrahl / Westwind.AspNetCore.Markdown

An ASP.NET Core Markdown support library that provides Markdown parsing, a Markdown TagHelper and Markdown Page Handler Middleware
MIT License
247 stars 30 forks source link

Only for Markdown parsing? #15

Closed codeease1 closed 4 years ago

codeease1 commented 4 years ago

Hi,

I am a Github newbie, dont know if I can post my questions here?

I see the Westwind website (eg: this page), looks like directly parsing markdown file is also a good solution for a website without database (I tried several static site generators like Hugo, Wyam, but it is not easy to find enough sample pipleline scripts to generate content to integrate with an ASP.NET core project). My question is whether Westwind.AspNetCore.Markdown can also help to generate Related Posts and Tag links (either in the single post and in the home page side bar, just like the feature in a WordPress blog site)?

Thanks!

RickStrahl commented 4 years ago

Not really sure what you're asking.

This library only provides Markdown parsing features, nothing else. Any logic related to managing your blog or other 'code' logic isn't really in the domain of this.

The West Wind Weblog - well, that's still running WebForms... :smile: I started in on a Core version with content directly from Github which is interesting, but it's on my long list of things to do.