diff --git a/content/posts/2026-02-13-pouring-a-new-cup-hugo-gitea-actions-and-blog-tweaks.md b/content/posts/2026-02-13-pouring-a-new-cup-hugo-gitea-actions-and-blog-tweaks.md new file mode 100644 index 0000000..e8e6534 --- /dev/null +++ b/content/posts/2026-02-13-pouring-a-new-cup-hugo-gitea-actions-and-blog-tweaks.md @@ -0,0 +1,79 @@ +--- +layout: post +title: "fresh brew overhaul: hugo, gitea actions, ai skills, and site tweaks" +date: YYYY-MM-DD HH:MM:SS -0000 +categories: [tech, development, ai, projects] +tags: [hugo, gitea, agents, skills, automation, blog] +--- + +the grinder's on overdrive. jekyll's out, hugo's in; deploys are automated; ai toolkit's refined; colors refreshed. it's a full-site roast. pour up – here's the steam. + +## switching brews: jekyll to hugo + +jekyll was solid ruby reliability, but hugo? lightning builds, no deps, theme magic. migration was a breeze: content intact, frontmatter nudge, speed gains massive. drip to lever espresso – richer, faster pulls. + +## automating the pour: gitea actions + +end manual ssh/scp. now: draft locally → `git push` → gitea builds & rsyncs to lxc (`/var/www/html`). yaml-driven gitops for static sites. seconds to live. + +## roasting a new ai blend: skills + agents + +ditched token-hungry oh-my-opencode for modular **skills + agents**. lean, domain-tuned, production-ready. + +### complete inventory (updated feb 14, 2026) + +| Category | Count | Examples | +|-----------------------|-------|---------------------------| +| **DevOps/Containers** | **12 (38%)** | docker-compose-gen, dockerfile-optimizer, home-lab-stack | +| **Research/Analysis** | **10 (31%)** | thematic-analysis, saldana-coder, interview-simulator | +| **Productivity/Planning** | **10 (31%)** | plan-architect(Gantt), scratchpad, git-workflow-gen | +| **Total** | **32** | **Production-ready** | + +### 🆕 new skills (6) + +| Skill | Trigger | Category | +|----------------------|---------------------|------------| +| `docker-compose-gen` | "dockerize this" | DevOps | +| `env-config-gen` | "env file" | Config | +| `home-lab-stack` | "plex server" | Home Lab | +| `dockerfile-optimizer` | "Dockerfile" | Containers | +| `proxmox-lxc-gen` | "LXC container" | Proxmox | +| `git-workflow-gen` | "release workflow" | GitHub | + +### 🔄 enhanced skills (3) + +| Skill | New Features | +|----------------|---------------------------------------------------| +| `vuln-scan` | **SAST+DAST**: npm audit + endpoint fuzzing | +| `plan-architect` | **Gantt charts**: Mermaid timeline visualization | +| `deck-builder` | **Pro presentations**: Speaker notes + animations | + +### agent summary + +| Agent | Model | Tools | Domain | Key Capabilities | File | +|---------------------|----------------------------|------------------------|-------------------------|----------------------------------------------------------------------------------|-------------------------------| +| backend-developer | LiteLLM/deepseek-reasoner | read, write, edit, bash, glob, grep | Backend Development | Scalable APIs, microservices, database design, security, performance optimization | `agents/backend-developer.md` | +| frontend-developer | LiteLLM/deepseek-chat | read, write, edit, bash, glob, grep | Frontend Development | React/Vue/Angular, TypeScript, accessibility, testing, web standards | `agents/frontend-developer.md`| +| fullstack-developer | LiteLLM/gpt-5.1-codex-mini | read, write, edit, bash, glob, grep | Fullstack Development | End-to-end feature development, database to UI integration, seamless integration | `agents/fullstack-developer.md`| +| devops-engineer | LiteLLM/gpt-5.1-codex-mini | read, write, edit, bash, glob, grep | Infrastructure & CI/CD | Docker, Kubernetes, CI/CD pipelines, cloud infrastructure, deployment automation | `agents/devops-engineer.md` | +| database-optimizer | LiteLLM/deepseek-reasoner | read, write | Database Management | SQL schema design, query performance tuning, data migration, optimization | `agents/database-optimizer.md`| +| security-auditor | LiteLLM/deepseek-reasoner | read, write, edit, bash| Security Assessment | Vulnerability scanning, OWASP compliance, secure coding, application hardening | `agents/security-auditor.md` | +| qa-automation | LiteLLM/gpt-5-mini | read, write, edit, bash| Quality Assurance | Automated testing, E2E validation, test frameworks, regression testing | `agents/qa-automation.md` | +| code-reviewer | LiteLLM/deepseek-reasoner | read, write, edit, bash, glob, grep | Code Quality & Review | Code review, performance optimization, architectural standards, SOLID principles, clean code practices | `agents/code-reviewer.md` | +| ces-researcher | LiteLLM/gemini-3-flash-preview | webfetch, read | Counselor Education Research | CES theory, qualitative analysis, literature synthesis, research methodology | `agents/ces-researcher.md` | +| academic-writer | LiteLLM/gpt-5-mini | read, write | Academic Writing | APA 7 compliance, scholarly writing, editing, academic prose | `agents/academic-writer.md` | +| qual-auditor | LiteLLM/deepseek-reasoner | read, write | Qualitative Research Audit | Trustworthiness assessment, bias checking, reflexivity, critical analysis | `agents/qual-auditor.md` | +| deep-diver | LiteLLM/o4-mini-deep-research | webfetch, read | Complex Research | Comprehensive synthesis, obscure citations, theoretical arguments, deep analysis | `agents/deep-diver.md` | +| search-specialist | LiteLLM/gemini-3-flash-preview | read, grep, glob, webfetch | Information Retrieval | Advanced search, query optimization, knowledge discovery, precision searching | `agents/search-specialist.md` | +| chief-of-staff | LiteLLM/gpt-5-mini | read, write, edit, bash, glob, grep | General Assistance | Task triage, brainstorming, delegation, planning, research support | `agents/chief-of-staff.md` | +| sysadmin | LiteLLM/gpt-5.1-codex-mini | read, write, bash, grep| System Administration | Arch Linux, home lab, network security, troubleshooting, infrastructure | `agents/sysadmin.md` | +| ui-designer | LiteLLM/gpt-5-mini | read, write, edit, bash, glob, grep | UI/UX Design | Visual design, design systems, accessibility, interaction patterns, user experience | `agents/ui-designer.md` | +| lab-assistant | LiteLLM/gpt-5.1-codex-mini | bash, write | Technical Assistance | Graph generation, PowerPoint slides, data handling, technical support | `agents/lab-assistant.md` | + +## fresh grounds: brand colors refresh + +palette upgrade: espresso browns, cream warms, steam-grays. ties into [dev.dustin.coffee](https://dev.dustin.coffee). css vars for themes; dark mode pops. + +pipeline's primed. what's brewing for you? + +*/*dustin* \ No newline at end of file