Skip to content

Commit 8cb67a9

Browse files
committed
Add new SEO articles and Google verification file
1 parent 0b634a3 commit 8cb67a9

15 files changed

+2492
-704
lines changed

.claude/settings.local.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(bundle:*)",
5+
"Bash(sudo apt:*)",
6+
"Bash(docker run:*)",
7+
"Bash(python3:*)",
8+
"Bash(npx:*)",
9+
"Bash(chmod:*)",
10+
"Bash(./start.sh:*)",
11+
"Bash(bash:*)",
12+
"Bash(ruby:*)",
13+
"Bash(gem install:*)",
14+
"Bash(git add:*)",
15+
"Bash(git commit:*)",
16+
"Bash(git push:*)",
17+
"Bash(git config:*)",
18+
"Bash(npm run build:*)",
19+
"Bash(./build.sh:*)",
20+
"Bash(npm install:*)",
21+
"Bash(lessc:*)",
22+
"Bash(git rm:*)"
23+
],
24+
"deny": [],
25+
"ask": []
26+
}
27+
}

_layouts/post.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,14 @@ <h5>
172172
}
173173
</style>
174174
{% endif %}
175+
176+
<!-- Mermaid Support -->
177+
<script src="https://cdn.jsdelivr.net/npm/mermaid@10.6.1/dist/mermaid.min.js"></script>
178+
<script>
179+
mermaid.initialize({
180+
startOnLoad: true,
181+
theme: 'default',
182+
securityLevel: 'loose',
183+
fontFamily: 'Arial, sans-serif'
184+
});
185+
</script>

_posts/2025-01-15-ai-agent-revolution-autonomous-workflows.md

Lines changed: 0 additions & 146 deletions
This file was deleted.

0 commit comments

Comments
 (0)