DKChartBlog — DKChart 产品博客
DKChart(得刻图表,AI 数据可视化工具)的官方博客,提供教程、指南、产品更新。主要服务 SEO 与用户教育。
技术栈
- VitePress(Vue3 静态站点生成器),zh-CN
- 特性:本地搜索、暗色模式、结构化数据(JSON-LD)、sitemap
命令
bash
pnpm dev # vitepress dev(本地预览)
pnpm build # vitepress build(产出静态站)
pnpm preview结构
.vitepress/
├── config.ts # ★ 站点元数据、导航、侧边栏、搜索、footer
└── theme/ # 自定义 CSS / 主题
posts/
├── tutorials/ # 教程(getting-started, chart-types, data-import, heatmap, 3d…)
├── guides/ # 指南(best-practices, 场景, AI 可视化…)
├── comparisons/ # 工具对比
└── updates/ # changelog
public/ # favicon, logo, 站点验证文件
index.md # 首页(hero + 功能卡片)约定
- 新增文章:在
posts/<分类>/加.md,并在.vitepress/config.ts侧边栏登记。 - 改导航/SEO/搜索均在
.vitepress/config.ts。 - 纯内容站,无后端交互。
