-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy path_config.yml
More file actions
46 lines (40 loc) · 995 Bytes
/
Copy path_config.yml
File metadata and controls
46 lines (40 loc) · 995 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# 基本信息
title: MarKing - 专业 Markdown 编辑器
description: 现代化的跨平台 Markdown 编辑器,让文档创作更高效、更专业
version: 1.1.0
lang: zh-CN
baseurl: "" # 使用自定义域名时必须为空
url: "https://markingmd.com" # 自定义域名
# GitHub Pages 设置
theme: null # 使用自定义 HTML
plugins:
- jekyll-seo-tag
- jekyll-sitemap
# SEO 优化
author: MarKing Team
logo: /docs/icon-512.png
social:
name: MarKing
links:
- https://github.com/l06066hb/MarKing
# 网站元数据
tagline: Be the King of Markdown
keywords: Markdown编辑器, 文档编辑器, 跨平台编辑器, DOCX导出, PDF导出, 技术文档, 写作工具
# 排除文件(不发布到 GitHub Pages)
exclude:
- scripts/
- .github/
- README.md
- CHANGELOG.md
- LICENSE
- SECURITY.md
- SUPPORT.md
- FEATURES.md
- INSTALL.md
- QUICK_START.md
- CONTRIBUTING.md
- CODE_OF_CONDUCT.md
- "*.md"
# 仅包含 docs 文件夹
include:
- docs/