Skip to content

Commit a4919c5

Browse files
committed
Add front matter to all Markdown files and fix Jekyll configuration
1 parent 82e3d55 commit a4919c5

File tree

9 files changed

+40
-6
lines changed

9 files changed

+40
-6
lines changed

_config.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
title: Vibe Coding 学习教程
55
description: Vibe Coding 和 Cursor 完整教程体系
6-
theme: jekyll-theme-minimal
76

87
# GitHub Pages baseurl(项目页面需要设置)
98
baseurl: "/vibe_coding"
@@ -29,11 +28,6 @@ exclude:
2928
- .git
3029
- .gitignore
3130

32-
# 插件
33-
plugins:
34-
- jekyll-feed
35-
- jekyll-sitemap
36-
3731
# 其他设置
3832
safe: true
3933
lsi: false

tutorials/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: 教程索引
4+
---
5+
16
# 教程索引
27

38
> Vibe Coding 和 Cursor 完整教程体系

tutorials/cursor/advanced-features.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Cursor 高级功能指南
4+
---
5+
16
# Cursor 高级功能指南
27

38
> 深入掌握 Cursor 的高级功能,提升开发效率

tutorials/cursor/quick-reference.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Cursor 快速参考手册
4+
---
5+
16
# Cursor 快速参考手册
27

38
> Cursor IDE 快捷键、命令和配置速查表

tutorials/vibe-coding/advanced-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Vibe Coding 高级指南
4+
---
5+
16
# Vibe Coding 高级指南
27

38
> 深入掌握 Vibe Coding 的高级技巧、最佳实践和进阶应用

tutorials/vibe-coding/beginner-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Vibe Coding 初学者完全指南
4+
---
5+
16
# Vibe Coding 初学者完全指南
27

38
> 适合零基础学习者的 Vibe Coding 和 Cursor 使用指南

tutorials/vibe-coding/case-studies.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Vibe Coding 实战项目案例
4+
---
5+
16
# Vibe Coding 实战项目案例
27

38
> 通过真实项目案例,学习如何使用 Vibe Coding 完成完整的产品开发

tutorials/vibe-coding/prompt-engineering.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Prompt 工程完全指南
4+
---
5+
16
# Prompt 工程完全指南
27

38
> 掌握与 AI 高效沟通的艺术,编写高质量的 Prompt

tutorials/vibe-coding/troubleshooting.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Vibe Coding 故障排除指南
4+
---
5+
16
# Vibe Coding 故障排除指南
27

38
> 解决 Vibe Coding 和 Cursor 使用中的常见问题

0 commit comments

Comments
 (0)