feat: add content repository example

This commit is contained in:
2026-08-29 18:59:58 +08:00
parent 0cf1f51745
commit e169eae2dc
12 changed files with 340 additions and 0 deletions
@@ -0,0 +1,7 @@
export default {
title: 'Engineering Slides',
description: '使用 Markdown 维护的公开演示',
slidesDir: 'slides',
outDir: 'dist',
exportDir: 'exports',
}