Skip to content

Commit 522e551

Browse files
committed
chore: migrate GitHub username from JasonRobertDestiny to calderbuild
- Update git remote URL - Update _config.yml (username, avatar, links) - Update LICENSE copyright - Update all blog posts (19 files, 46 references)
1 parent 530951b commit 522e551

22 files changed

+69
-54
lines changed

CLAUDE.md

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ bundle exec jekyll serve
1919
bundle exec jekyll build
2020
```
2121

22+
### Custom Slash Commands
23+
24+
- `/deploy` - Upload important files to GitHub (excludes unnecessary docs)
25+
- `/arrange` - Clean up files, delete test files and unnecessary docs (preserves .claude/ and result_seo/)
26+
2227
## Architecture
2328

2429
### Directory Structure
@@ -41,31 +46,41 @@ bundle exec jekyll build
4146
- **Typography**: Space Mono (display), IBM Plex Sans (body), JetBrains Mono (code)
4247
- **Style**: Cyberpunk Brutalism - sharp corners, neon glows, grid backgrounds
4348

49+
## Content Guidelines
50+
51+
- **No emojis** in any content, code comments, or documentation
52+
- Author name: "Calder" (site) or "Jason Robert" (posts)
53+
- Posts are English-only (bilingual system removed)
54+
4455
### Blog Posts
56+
4557
Posts must follow naming: `_posts/YYYY-MM-DD-title.md`
4658

47-
Front matter template:
59+
Front matter:
4860
```yaml
4961
---
5062
layout: post
5163
title: "Post Title"
5264
subtitle: "Optional subtitle"
5365
description: "SEO meta description"
5466
date: YYYY-MM-DD HH:MM:SS
55-
author: "Calder"
67+
updated: YYYY-MM-DD HH:MM:SS # optional
68+
author: "Jason Robert"
69+
header-img: "img/post-bg-*.jpg" # optional
5670
tags:
5771
- Tag1
5872
- Tag2
5973
---
6074
```
6175

62-
### Deployment
76+
## Deployment
77+
6378
- Push to `master` triggers GitHub Actions deployment
6479
- Workflow: `.github/workflows/jekyll.yml`
6580
- Ruby 3.1, auto-deploys to GitHub Pages
66-
- Future-dated posts ARE published (`future: true`)
67-
68-
## Key Configuration
81+
- Future-dated posts ARE published (`future: true` in config)
6982

70-
- `_config.yml` - Site metadata, social links, pagination
71-
- `css/style.css` - Complete design system (edit directly)
83+
### Plugins
84+
- `jekyll-paginate` - Blog pagination
85+
- `jekyll-seo-tag` - SEO meta tags
86+
- `jekyll-sitemap` - Auto-generated sitemap.xml

LICENSE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,9 +186,9 @@ Apache License
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright 2025 JasonRobertDestiny
189+
Copyright 2025 calderbuild
190190

191-
https://github.com/JasonRobertDestiny/
191+
https://github.com/calderbuild/
192192

193193
Licensed under the Apache License, Version 2.0 (the "License");
194194
you may not use this file except in compliance with the License.

_config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,27 +31,27 @@ kramdown:
3131
line_numbers: true
3232

3333
# Social
34-
github_username: JasonRobertDestiny
34+
github_username: calderbuild
3535
twitter_username:
3636
linkedin_username:
3737

3838
# Analytics
3939
ga_track_id: G-DNFKJG8R74
4040

4141
# Sidebar
42-
avatar: https://github.com/JasonRobertDestiny.png
42+
avatar: https://github.com/calderbuild.png
4343
bio: "AI Agent Architect | Multi-Agent Systems | Web3"
4444

4545
# Links
4646
links:
4747
- title: "GitHub"
48-
url: "https://github.com/JasonRobertDestiny"
48+
url: "https://github.com/calderbuild"
4949
- title: "CSDN"
5050
url: "https://blog.csdn.net/Soulrobert520"
5151
- title: "Juejin"
5252
url: "https://juejin.cn/user/2637056597039172"
5353
- title: "MeetSpot"
54-
url: "https://github.com/JasonRobertDestiny/MeetSpot"
54+
url: "https://github.com/calderbuild/MeetSpot"
5555

5656
# Exclude
5757
exclude:

_posts/2025-01-13-ai-agent-intelligent-revolution.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ The journey is just beginning. The hype cycle is exhausting. But the underlying
263263

264264
---
265265

266-
**Want to learn more?** Follow my journey building AI-powered platforms at [GitHub](https://github.com/JasonRobertDestiny) or connect with me on [LinkedIn](https://www.linkedin.com/in/jasonrobert).
266+
**Want to learn more?** Follow my journey building AI-powered platforms at [GitHub](https://github.com/calderbuild) or connect with me on [LinkedIn](https://www.linkedin.com/in/jasonrobert).
267267

268268
**Found this useful?** Share it with someone who's considering AI Agent implementation. Honest technical content beats marketing fluff every time.
269269

@@ -510,7 +510,7 @@ AI Agent****
510510

511511
---
512512

513-
**?** [GitHub](https://github.com/JasonRobertDestiny)AI,[LinkedIn](https://www.linkedin.com/in/jasonrobert)
513+
**?** [GitHub](https://github.com/calderbuild)AI,[LinkedIn](https://www.linkedin.com/in/jasonrobert)
514514

515515
**?** AI Agent
516516

_posts/2025-01-14-ai-agent-reality-check.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1209,7 +1209,7 @@ const theRealityCheck = {
12091209
*Want to discuss AI Agent reality checks or share your own production experiences? I respond to every message:*
12101210

12111211
** Email**: jason@jasonrobert.me
1212-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1212+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
12131213
** Other platforms**: [Juejin](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520)
12141214

12151215
---
@@ -1418,7 +1418,7 @@ const theRealityCheck = {
14181418
*AI Agent?:*
14191419

14201420
** **: jason@jasonrobert.me
1421-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1421+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
14221422
** **: [](https://juejin.cn/user/2637056597039172)
14231423
** CSDN**: [](https://blog.csdn.net/Soulrobert520)
14241424

_posts/2025-01-15-ai-agent-deep-analysis.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1522,7 +1522,7 @@ The future of AI Agents isn't in complex orchestration or sophisticated framewor
15221522
*Have questions about AI Agent architecture? Want to share your own production experiences? I respond to every message:*
15231523

15241524
** Email**: jason@jasonrobert.me
1525-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1525+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
15261526
** Other platforms**: [Juejin](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520)
15271527

15281528
---
@@ -1673,7 +1673,7 @@ AI Agent****
16731673
*AI Agent??:*
16741674

16751675
** **: jason@jasonrobert.me
1676-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1676+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
16771677
** **: [](https://juejin.cn/user/2637056597039172)
16781678
** CSDN**: [](https://blog.csdn.net/Soulrobert520)
16791679

_posts/2025-01-16-ai-agent-2025-breakthrough.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1249,14 +1249,14 @@ The AI Agent revolution is real. It's just slower, messier, and more expensive t
12491249

12501250
---
12511251

1252-
*Building AI-powered products?* Follow my journey at [GitHub](https://github.com/JasonRobertDestiny) | [Juejin](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520) where I share **real production metrics, honest failures, and expensive lessons**—not marketing fluff.
1252+
*Building AI-powered products?* Follow my journey at [GitHub](https://github.com/calderbuild) | [Juejin](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520) where I share **real production metrics, honest failures, and expensive lessons**—not marketing fluff.
12531253

12541254
*Found this analysis useful?* Share it with someone navigating AI Agent implementation. **Honest technical content beats hype every time.**
12551255

12561256
---
12571257

12581258
** Email**: jason@jasonrobert.me
1259-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1259+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
12601260
** Other platforms**: [Juejin](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520)
12611261

12621262
---
@@ -1390,14 +1390,14 @@ AI2025,
13901390

13911391
---
13921392

1393-
*AI?* [GitHub](https://github.com/JasonRobertDestiny) | [](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520),****——
1393+
*AI?* [GitHub](https://github.com/calderbuild) | [](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520),****——
13941394

13951395
*?* AI Agent****
13961396

13971397
---
13981398

13991399
** **: jason@jasonrobert.me
1400-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1400+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
14011401
** **: [](https://juejin.cn/user/2637056597039172)
14021402
** CSDN**: [](https://blog.csdn.net/Soulrobert520)
14031403

_posts/2025-01-17-ai-agent-complete-guide.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ The future belongs to thoughtfully engineered AI Agents, not autonomous magic.
736736
*Have questions about building production AI Agents? Want to discuss architecture decisions? I respond to every message:*
737737

738738
** Email**: jason@jasonrobert.me
739-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
739+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
740740
** Other platforms**: [Juejin](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520)
741741

742742
---
@@ -1024,7 +1024,7 @@ AI Agent,
10241024
*AI Agent??:*
10251025

10261026
** **: jason@jasonrobert.me
1027-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1027+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
10281028
** **: [](https://juejin.cn/user/2637056597039172)
10291029
** CSDN**: [](https://blog.csdn.net/Soulrobert520)
10301030

_posts/2025-01-18-seo-agent-deep-analysis.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,7 +752,7 @@ The future of SEO isn't "AI vs Humans." It's "Humans who effectively use AI vs H
752752
*Want to discuss SEO strategies with AI? I'm still experimenting and learning:*
753753

754754
** Email**: jason@jasonrobert.me
755-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
755+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
756756
** Other platforms**: [Juejin](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520)
757757

758758
---
@@ -994,7 +994,7 @@ SEO"AI""AIAI"
994994
*AISEO?:*
995995

996996
** **: jason@jasonrobert.me
997-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
997+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
998998
** **: [](https://juejin.cn/user/2637056597039172)
999999
** CSDN**: [](https://blog.csdn.net/Soulrobert520)
10001000

_posts/2025-01-19-ai-agent-rise-and-future.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ The AI Agent revolution is real. It's just slower, messier, and more human-depen
10221022
*Want to discuss AI Agent evolution or share your own production experiences? I respond to every message:*
10231023

10241024
** Email**: jason@jasonrobert.me
1025-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1025+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
10261026
** Other platforms**: [Juejin](https://juejin.cn/user/2637056597039172) | [CSDN](https://blog.csdn.net/Soulrobert520)
10271027

10281028
---
@@ -1238,7 +1238,7 @@ AI Agent
12381238
*AI Agent?:*
12391239

12401240
** **: jason@jasonrobert.me
1241-
** GitHub**: [@JasonRobertDestiny](https://github.com/JasonRobertDestiny)
1241+
** GitHub**: [@calderbuild](https://github.com/calderbuild)
12421242
** **: [](https://juejin.cn/user/2637056597039172)
12431243
** CSDN**: [](https://blog.csdn.net/Soulrobert520)
12441244

0 commit comments

Comments
 (0)