NuGet package 📦: Songhay.Publications
Documentation 📚: Songhay.Publications
API
Selected Songhay Studio Publications are based on automation ‘pipelines’ for static HTML and EPUB. The fundamental document format of these pipelines is markdown. It follows that the MarkdownEntry
class is a core definition of this studio.
Architecturally, the MarkdownEntryExtensions
class augment the MarkdownEntry
to define eleventy-flavored methods for generating a draft and publishing.
This repo also contains the historical class definitions for a Studio project called GenericWeb
. This was a turn-of-century, static-file generation solution using SQL-Server-based XML as a fundamental document format.
The SQL Server schema for GenericWeb
features:
These class definitions are still useful (without much SQL Server or Entity Framework). In fact, the Front Matter of MarkdownEntry
is based on the GenericWeb Document.
graph BT
pubs[`Songhay.Publications`]
pubs-->1[`Songhay.Player`]
pubs-->2[`Songhay.Publications.Analytics`]
pubs-->3[`Songhay.Publications.KinteSpace`]