Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 689 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 689 Bytes

*this project has been archived and is no longer in development

Calamari Blog

A light-weight blogging client written in Angular and ASP.NET Core that reads from a headless CMS system called Squidex.

  • Based off the the ASP.NET Core template for Angular included in Visual Studio 2017
  • Serilog is used for logging events to any location
  • Responses are gzipped
  • Uses the Milligram CSS framework

Caching

The client will query the Squidex API for content when needed and cache it to an ICacheProvider. Cached items are cleared via a Webhook configured in Squidex.