hugo-blog

Automate writing, illustrating, evaluating, and publishing Hugo blog posts.

2|1|Updated Jul 7, 2024
One-click install
npx skills add https://github.com/hugozhu/blog2 --skill hugo-blog-hugozhu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: hugo-blog
Source: https://github.com/hugozhu/blog2/tree/main/skills/hugo-blog
Command: npx skills add https://github.com/hugozhu/blog2 --skill hugo-blog-hugozhu

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manually managing the full workflow of writing, formatting, illustrating, and publishing consistent high-quality blog posts for a Hugo-based personal tech blog is tedious and error-prone, especially when enforcing Chinese typography rules, avoiding self-plagiarism, and generating matching banner illustrations.

Core Features & Use Cases

  • 6-Step Iterative Writing Pipeline: Covers planning, style enforcement, content generation, auto-illustration, adversarial evaluation, and publishing, with a revision loop to ensure content quality scores meet the 18-point threshold before release.
  • Built-in Content Standards: Enforces Chinese typography rules, writing style guidelines, cross-referencing of existing posts to avoid self-plagiarism, and case study scope matching for AI/Agent related content.
  • Auto-Illustration: Generates Claude-style warm flat design banner illustrations in the correct 16:9 landscape ratio, with automatic resizing and thumbnail creation.
  • Use Case: Ideal for the owner of hugozhu.site to quickly produce consistent, high-quality technical and opinion posts about Raspberry Pi, AI/ML, and development workflows without manual formatting or design work.

Quick Start

Use the hugo-blog skill to write, illustrate, and publish a new blog post about best practices for deploying AI agents on Raspberry Pi for hugozhu.site.

Frequently Asked Questions about hugo-blog

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Hugo blog post writing, illustrating, and publishing to GitHub Pages?

Automating Hugo blog post writing involves a 6-step iterative pipeline that handles planning, style enforcement, content generation, auto-illustration, and adversarial evaluation before publishing to GitHub Pages via Git.

How does auto-illustration work for generating Hugo blog banners?

Auto-illustration generates Claude-style warm flat design banner illustrations in a 16:9 landscape ratio, using Pillow to automatically resize images and create thumbnails for Hugo blog posts.

How do I enforce Chinese typography rules and avoid self-plagiarism in AI content generation?

Enforcing Chinese typography rules and avoiding self-plagiarism requires built-in content standards that cross-reference existing posts and apply style guidelines during the AI content generation pipeline.

Does the Hugo blog writing pipeline evaluate content quality before publishing?

The Hugo blog writing pipeline evaluates content quality using an adversarial evaluation process with a 0-5 scoring rubric, enforcing a revision loop until posts meet an 18-point threshold before release.

Can I use this AI blog writing workflow for Raspberry Pi and software engineering topics?

This AI blog writing workflow is designed for creating technical and opinion posts focused on Raspberry Pi, AI/ML, software engineering, and personal productivity infrastructure with automated formatting.

What do I need to set up to auto-publish Hugo blog posts via Git?

To auto-publish Hugo blog posts via Git, you need a Hugo-based personal technology blog environment configured with GitHub Pages and the Pillow dependency for image processing.