Skip to content

starlinktuc/BigBadBlog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Big Bad Blog

The Big Bad Blog is a tutorial series that could be presented as a worksho that demonstrates how to take a simple blog website with articles in markdown on disk, and make it into a large CMS.

How this got started...

Our friend Arthur The Author wrote a simple blog engine with C# and ASP.NET Core Razor Pages that he was using to write some notes and publish with the Bootstrap CSS framework. This resulted in a simple blog engine that looked ok for him and his friends to reference. He could post new messages using markdown files that he wrote into the Posts folder and the engine would automatically discover, index, and present that content.

Arthur started to enjoy writing, and wanted to do more. He wanted to share his blog with friends Annie, Chris, and Tyler. He hoped they would start writing on his blog but the engine was getting a little more complicated. He wanted to add security controls, thumbnail management, comments, and so much more.

This workshop is our walkthrough of helping Arthur to take his simple blog engine and lift it up using .NET Aspire, .NET 8, GitHub, and Azure to make it into a publishing platform that he and his friends could use to share their stories with the internet.

Initial Blog Website

Module
1 - Introducing the Blog and Aspire

About

The Big Bad Blog is a tutorial that demonstrates how to take a simple blog website with articles in markdown on disk, and make it into a large CMS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 77.5%
  • HTML 17.9%
  • CSS 3.9%
  • JavaScript 0.7%