Add blog section: 2x2 grid with search, pagination, and 8 sample posts

This commit is contained in:
Oliver
2026-06-10 05:10:08 -03:00
parent 595f32bbfa
commit 23503d8c97
11 changed files with 1043 additions and 24 deletions
+68
View File
@@ -0,0 +1,68 @@
{
"posts": [
{
"id": "create-first-agent-5-min",
"date": "2026-06-10",
"area": "howto",
"headline": "How to Create Your First AI Agent in 5 Minutes",
"teaser": "From signup to a working agent. No coding required, full SSH access included.",
"link": "blog/posts/create-first-agent-5-min.html"
},
{
"id": "derezai-launches-managed-hosting",
"date": "2026-06-08",
"area": "news",
"headline": "Derez.ai Launches Managed Agent Hosting — Hermes Agents for Everyone",
"teaser": "We're live. Deploy a Hermes Agent on a dedicated Linux instance with one-click backups and a management dashboard.",
"link": "blog/posts/derezai-launches-managed-hosting.html"
},
{
"id": "cold-email-agent-setup",
"date": "2026-06-05",
"area": "howto",
"headline": "Building a Cold Email Agent: From Setup to First Send",
"teaser": "A walkthrough on configuring a Hermes Agent for cold outreach — research, draft, and send in one pipeline.",
"link": "blog/posts/cold-email-agent-setup.html"
},
{
"id": "ai-agent-trends-2026",
"date": "2026-06-01",
"area": "news",
"headline": "AI Agent Trends to Watch in 2026",
"teaser": "Autonomous agents, multi-agent orchestration, and the shift from chatbots to doers.",
"link": "blog/posts/ai-agent-trends-2026.html"
},
{
"id": "hermes-agent-custom-tools",
"date": "2026-05-28",
"area": "howto",
"headline": "Extending Hermes Agent with Custom Tools and Skills",
"teaser": "How to write your own skills, add API tools, and teach your agent new tricks.",
"link": "blog/posts/hermes-agent-custom-tools.html"
},
{
"id": "video-script-automation-agent",
"date": "2026-05-25",
"area": "video-scripts",
"headline": "AI Agent Script: Automating YouTube Content Research",
"teaser": "Full walkthrough of a video script agent that researches topics, outlines episodes, and writes drafts.",
"link": "blog/posts/video-script-automation-agent.html"
},
{
"id": "migrate-to-derezai",
"date": "2026-05-20",
"area": "howto",
"headline": "How to Migrate Your Existing AI Agent to Derez.ai",
"teaser": "Moving from self-hosted or another provider — SSH, config, and data migration in 10 minutes.",
"link": "blog/posts/migrate-to-derezai.html"
},
{
"id": "agent-backup-restore-guide",
"date": "2026-05-15",
"area": "howto",
"headline": "One-Click Backups and Restores: Your Agent Data Is Safe",
"teaser": "How the backup system works, what gets saved, and how to restore from any point in time.",
"link": "blog/posts/agent-backup-restore-guide.html"
}
]
}