diff --git a/index.html b/index.html new file mode 100644 index 0000000..e8f778c --- /dev/null +++ b/index.html @@ -0,0 +1,494 @@ + + + + + + MD-CMS Sample Sites + + + +
+

MD-CMS Sample Sites

+

Pick a theme, then open any site to preview it.

+
+ +
+ + +
208 themes across 30 categories. Selection applies when you open a site.
+
+ +
+
+
+

The Kitchen Table

+

Recipes, techniques, and stories from Amelia Fontaine

+
+ +
+
+
+

Modern Philosophy

+

A systematic introduction by Prof. James Okafor

+
+ +
+
+
+

NeuralDB Docs

+

AI-native database with vector and relational capabilities

+
+ +
+
+
+

TechPulse

+

Independent technology news and analysis

+
+ +
+
+
+

Velox Framework

+

The high-performance TypeScript web framework

+
+ +
+
+
+

The Wandering Algorithm

+

A novel by Elena Marchetti

+
+ +
+
+ + + + + + diff --git a/kitchen-table/config.yml b/kitchen-table/config.yml new file mode 100644 index 0000000..34d3537 --- /dev/null +++ b/kitchen-table/config.yml @@ -0,0 +1,7 @@ +# mdcms v0.3 | DO NOT REMOVE THIS COMMENT +sitename: The Kitchen Table +sitedescription: Recipes, techniques, and stories from Amelia Fontaine +navigation: sidebar +search: true +footer: "© 2026 Amelia Fontaine · The Kitchen Table" +theme: theme.yml diff --git a/kitchen-table/nav.yml b/kitchen-table/nav.yml new file mode 100644 index 0000000..2f5d8b2 --- /dev/null +++ b/kitchen-table/nav.yml @@ -0,0 +1,50 @@ +# nav.yml — generated by mdcms.py +sections: + - code: site + defaultname: The Blog + sort: 100 + pagesvisibility: visible + +pages: + - file: pages/home.md + title: Welcome + section-id: site + sort: 100 + variants: [en] + titles: + en: Welcome + - file: pages/about.md + title: About Amelia + section-id: site + sort: 110 + variants: [en] + titles: + en: About Amelia + - file: pages/recipe-index.md + title: Recipe Index + section-id: site + sort: 120 + variants: [en] + titles: + en: Recipe Index + - file: pages/techniques.md + title: Techniques + section-id: site + sort: 130 + variants: [en] + titles: + en: Techniques + - file: pages/pantry.md + title: The Pantry + section-id: site + sort: 140 + variants: [en] + titles: + en: The Pantry + - file: pages/kitchen-notes.md + title: Kitchen Notes + section-id: site + sort: 150 + variants: [en] + titles: + en: Kitchen Notes diff --git a/kitchen-table/theme.yml b/kitchen-table/theme.yml new file mode 100644 index 0000000..ce2094b --- /dev/null +++ b/kitchen-table/theme.yml @@ -0,0 +1,46 @@ +# mdcms theme — The Kitchen Table +light: + accent: "#B7410E" + background: "#FFFDF7" + nav-background: "#FFF8EE" + text: "#2D2016" + text-muted: "#8B6914" + +dark: + accent: "#F59E0B" + background: "#1C1208" + nav-background: "#241910" + text: "#FEF3C7" + text-muted: "#D97706" + +colours-semantic: + info: "#2563EB" + warning: "#D97706" + success: "#16A34A" + error: "#DC2626" + +callouts: + info: + icon: info + primary-colour: "#2563EB" + background-colour: "#2563EB" + warning: + icon: warning + primary-colour: "#D97706" + background-colour: "#D97706" + success: + icon: success + primary-colour: "#16A34A" + background-colour: "#16A34A" + error: + icon: error + primary-colour: "#DC2626" + background-colour: "#DC2626" + +font-body: "bunny:Merriweather:400" +font-heading: "bunny:Playfair Display:700" +font-size: 1.0 +line-height: 1.8 + +main-width: 72em +nav-width: 18em