forked from Huxpro/huxpro.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
86 lines (75 loc) · 1.75 KB
/
_config.yml
File metadata and controls
86 lines (75 loc) · 1.75 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
84
85
86
# Calder's Lab - Cyberpunk Tech Blog
# Minimal Jekyll Configuration
title: "Calder's Lab"
description: "Calder ships multi-agent systems and AI-driven MVPs from idea to production. 1.6k+ GitHub stars, 4 hackathon wins."
url: "https://calderbuild.github.io"
baseurl: ""
author: "Calder"
email: johnrobertdestiny@gmail.com
# SEO
logo: /img/og-image.png
keywords: "Agent Developer, AI Agent, Multi-Agent Systems, Open Source, Hackathon"
# Build
markdown: kramdown
highlighter: rouge
permalink: /blog/:year/:month/:day/:title/
future: true
paginate: 10
paginate_path: "/blog/page:num/"
plugins:
- jekyll-paginate
- jekyll-seo-tag
- jekyll-sitemap
- jekyll-feed
kramdown:
input: GFM
syntax_highlighter_opts:
block:
line_numbers: true
# Social / jekyll-seo-tag
twitter:
username: CalderBuild
card: summary_large_image
social:
name: Calder
links:
- https://github.com/calderbuild
- https://x.com/CalderBuild
github_username: calderbuild
twitter_username: CalderBuild
# Default front matter values
defaults:
- scope:
path: ""
values:
image: /img/og-image.png
# Analytics
ga_track_id: G-DNFKJG8R74
# Sidebar
avatar: https://github.com/calderbuild.png
# Links
links:
- title: "GitHub"
url: "https://github.com/calderbuild"
- title: "X"
url: "https://x.com/CalderBuild"
- title: "Telegram"
url: "https://t.me/CalderBuild"
- title: "CSDN"
url: "https://blog.csdn.net/Soulrobert520"
- title: "Juejin"
url: "https://juejin.cn/user/2637056597039172"
# Exclude
exclude:
- less
- node_modules
- Gemfile
- Gemfile.lock
- README.md
- CLAUDE.md
- AGENTS.md
- calderprofile.md
- docs
- "*.sh"
- vendor
- .git