PrimeEdge 主题教程

PrimeEdge 主题文档结构

本文档参考 Redefine 主题文档结构,为 PrimeEdge 创建完整的教程文档。

文档目录

primeedge/
├── _index.md                          # 文档首页
├── README.md                          # 本文档
│
├── introduction/                      # 入门介绍
│   ├── _index.md                      # 主题介绍
│   ├── quick-start.md                 # 快速开始
│   └── installation.md                # 安装部署
│
├── configuration/                     # 配置指南
│   ├── _index.md                      # 配置概览
│   ├── basic.md                       # 基本配置
│   ├── homepage.md                    # 首页配置
│   ├── navigation.md                  # 导航菜单
│   ├── footer.md                      # 页脚配置
│   └── comments.md                    # 评论配置
│
├── content/                           # 内容创作
│   ├── _index.md                      # 内容概览
│   ├── posts.md                       # 文章写作
│   ├── notes.md                       # 笔记记录
│   ├── docs.md                        # 文档编写
│   ├── investing.md                   # 投资笔记
│   └── good-things.md                 # 好物推荐
│
├── features/                          # 功能页面
│   ├── _index.md                      # 功能概览
│   ├── photos.md                      # 相册
│   ├── bookmarks.md                   # 书签
│   ├── links.md                       # 友链
│   ├── archives.md                    # 归档
│   └── search.md                      # 搜索
│
├── customization/                     # 自定义
│   ├── _index.md                      # 自定义概览
│   ├── colors.md                      # 颜色主题
│   ├── fonts.md                       # 字体设置
│   ├── custom-code.md                 # 自定义代码
│   └── i18n.md                        # 多语言
│
└── advanced/                          # 高级
    ├── _index.md                      # 高级概览
    ├── seo.md                         # SEO优化
    ├── performance.md                 # 性能优化
    ├── cdn.md                         # CDN加速
    └── migration.md                   # 迁移指南

已创建文档

  • _index.md - 文档首页
  • introduction/_index.md - 主题介绍
  • introduction/quick-start.md - 快速开始
  • configuration/_index.md - 配置概览
  • configuration/basic.md - 基本配置

待创建文档

introduction/

  • installation.md - 安装部署

configuration/

  • homepage.md - 首页配置
  • navigation.md - 导航菜单
  • footer.md - 页脚配置
  • comments.md - 评论配置

content/

  • _index.md - 内容概览
  • posts.md - 文章写作
  • notes.md - 笔记记录
  • docs.md - 文档编写
  • investing.md - 投资笔记
  • good-things.md - 好物推荐

features/

  • _index.md - 功能概览
  • photos.md - 相册
  • bookmarks.md - 书签
  • links.md - 友链
  • archives.md - 归档
  • search.md - 搜索

customization/

  • _index.md - 自定义概览
  • colors.md - 颜色主题
  • fonts.md - 字体设置
  • custom-code.md - 自定义代码
  • i18n.md - 多语言

advanced/

  • _index.md - 高级概览
  • seo.md - SEO优化
  • performance.md - 性能优化
  • cdn.md - CDN加速
  • migration.md - 迁移指南

Comments

0%