-
Notifications
You must be signed in to change notification settings - Fork 676
Expand file tree
/
Copy path_config.yml
More file actions
83 lines (71 loc) · 1.41 KB
/
_config.yml
File metadata and controls
83 lines (71 loc) · 1.41 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Jekyll 配置文件
# 网站基本信息
title: Agentic Design Patterns
description: 《Agentic Design Patterns》中文翻译项目 - 系统介绍 AI Agent 系统的各种设计模式
author:
name: xindoo
# 网站设置
lang: zh-CN
timezone: Asia/Shanghai
baseurl: "/" # 子目录路径
url: "https://adp.xindoo.xyz" # 你的域名
# 主题设置
theme: jekyll-theme-cayman
# 或者使用其他主题:
# theme: just-the-docs
# remote_theme: pmarsceill/just-the-docs
# Markdown 设置
markdown: kramdown
kramdown:
input: GFM
syntax_highlighter: rouge
syntax_highlighter_opts:
block:
line_numbers: true
# 插件
plugins:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-relative-links
# 相对链接配置
relative_links:
enabled: true
collections: true
# 包含和排除文件
include:
- README.md
- chapters
- images
- original
- bilingual
exclude:
- Gemfile
- Gemfile.lock
- node_modules
- vendor
- .sass-cache
- .jekyll-cache
- .github
- translation-guide.md
- PROJECT_STRUCTURE.md
- progress.md
# 默认值
defaults:
- scope:
path: ""
type: "pages"
values:
layout: "default"
# 导航设置(用于某些主题)
navigation:
- title: 首页
url: /
- title: 核心章节
url: /chapters/
- title: 贡献指南
url: /CONTRIBUTING.html
# 代码高亮主题
highlighter: rouge
# 启用相对路径
permalink: pretty