One-click install
npx skills add https://github.com/achingachris/achingachris.github.io --skill papermod-hugo-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: papermod-hugo-dev
Source: https://github.com/achingachris/achingachris.github.io/tree/main/skills/papermod-hugo-dev
Command: npx skills add https://github.com/achingachris/achingachris.github.io --skill papermod-hugo-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the development, maintenance, and styling of a Hugo website built with the PaperMod theme, addressing content creation, configuration, and visual adjustments.

Core Features & Use Cases

  • Content Management: Guides users on creating, editing, and publishing posts using Hugo's workflow, including Page Bundles for media.
  • Site Configuration: Details how to modify hugo.yaml for menus, theme parameters, and feature toggles (search, archives, profiles).
  • Styling and Layout: Explains how to customize CSS, headers, footers, and image rendering.
  • Use Case: A developer needs to add a new blog post, update the site's navigation menu, and change the primary color scheme of the website.

Quick Start

Use the papermod-hugo-dev skill to run the Hugo development server locally with drafts included.

Frequently Asked Questions about papermod-hugo-dev

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

FAQPage Schema
How do I customize the CSS and layout of a Hugo PaperMod site?

To customize a Hugo PaperMod site, modify the theme's CSS, headers, footers, and image rendering layouts to adjust visual elements and structural presentation directly.

How do I configure site navigation and features using hugo.yaml in PaperMod?

Configure site navigation and features in PaperMod by modifying hugo.yaml to adjust menus, toggle search and archives, and set theme parameters for your website.

Do I need Hugo Extended to develop and maintain a PaperMod site locally?

Yes, you need Hugo Extended installed to develop and maintain a Hugo PaperMod site locally, as it is required for running the development server and build checks.

What is the best way to manage media and create posts in Hugo PaperMod?

The best way to manage media and create posts in Hugo PaperMod is using Page Bundles within Hugo's content creation workflow to organize assets alongside content.

How do I run the Hugo development server locally with drafts included?

Run the Hugo development server locally with drafts included by utilizing the development workflow commands to preview unpublished content and verify site changes before deployment.