|
1 | 1 | # Site settings |
2 | | -title: Jason's Blog |
3 | | -SEOTitle: Jason's AI & Tech Insights |
4 | | -header-img: img/home-bg-o.jpg |
| 2 | +title: Jason's Blog |
| 3 | +SEOTitle: Jason's AI & Tech Insights |
| 4 | +header-img: img/home-bg-o.jpg |
5 | 5 | email: johnrobertdestiny@gmail.com |
6 | | -description: "AI Agent 开发、全栈实践、获奖项目经验分享。用真实生产案例和多智能体架构,帮助你快速上线可赚钱的 AI 产品。" |
7 | | -keyword: "AI Agent, Core Web Vitals, PageSpeed, Devtools MCP, 多智能体, 性能优化" |
8 | | -url: "https://jasonrobert.me" # your host, for absolute URL |
9 | | -baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog' |
10 | | -ads_enabled: false |
11 | | -seo_fixer_enabled: false |
| 6 | +description: "AI Agent 开发、全栈实践、获奖项目经验分享。用真实生产案例和多智能体架构,帮助你快速上线可赚钱的 AI 产品。" |
| 7 | +keyword: "AI Agent, Core Web Vitals, PageSpeed, Devtools MCP, 多智能体, 性能优化" |
| 8 | +url: "https://jasonrobert.me" # your host, for absolute URL |
| 9 | +baseurl: "" # for example, '/blog' if your blog hosted on 'host/blog' |
| 10 | +ads_enabled: false |
| 11 | +seo_fixer_enabled: false |
12 | 12 |
|
13 | 13 | # Publish posts or collection documents with a future date. |
14 | 14 | future: true |
@@ -42,12 +42,16 @@ exclude: |
42 | 42 | "archive/CLAUDE.md", |
43 | 43 | "archive/README.md", |
44 | 44 | "doc/", |
| 45 | + "document/", |
45 | 46 | "*.sh", |
46 | 47 | "build.sh", |
47 | 48 | ".vscode/", |
48 | 49 | "vendor/", |
49 | 50 | "Gemfile", |
50 | 51 | "Gemfile.lock", |
| 52 | + "PERFORMANCE-OPTIMIZATION.md", |
| 53 | + "*-REPORT*.md", |
| 54 | + "*报告*.md", |
51 | 55 | ] |
52 | 56 | anchorjs: true # if you want to customize anchor. check out line:181 of `post.html` |
53 | 57 | # If you have timezone issue (e.g. #68) in China, uncomment to use this: |
|
0 commit comments