/QuirketyBlogData

In memory and on disk data handling for the QuirketyBlog generator. Quirkety is an odd blog engine that stores posts as plaintext/MarkDown plus json metatdata.

Primary LanguageC#Apache License 2.0Apache-2.0

Quirkety Blog Data

What is Quirkety Blog?

Quirkety Blog is a simple static blog site generator that stores posts and pages as simple text MarkDown files with JSON metadata.

You run the app locally and generate a static site that you can deploy to any webserver.

What is Quirkety Blog Data?

This is the sub project for managing the data.

This is a C#/.Net project and uses an in-memory datastore with a ConcurrentDictionary at its heart.