---
name: Article Magazine
slug: article-magazine
category: Frontend
description: Article Magazine provides a magazine-style HTML template for long-form articles, suited for publishing on blogs, WeChat, and newsletters. It includes hero sections, serif headings, styled quotes, code blocks, and custom bullets.
github: "https://github.com/nexu-io/html-anything/tree/main/next/src/lib/templates/skills/article-magazine"
language: HTML
stars: 8300
forks: 810
install: "npx degit https://github.com/nexu-io/html-anything/tree/main/next/src/lib/templates/skills/article-magazine ~/.claude/skills/article-magazine"
installs_to: ~/.claude/skills/article-magazine
source_path: next/src/lib/templates/skills/article-magazine/SKILL.md
collection_size: 25
category_size: 567
collection_url: "https://dirskills.com/collections/nexu-io/html-anything"
added: 2026-08-15T06:50:47.838Z
last_synced: 2026-08-15T06:50:47.838Z
canonical_url: "https://dirskills.com/skills/article-magazine"
---

# Article Magazine

Article Magazine provides a magazine-style HTML template for long-form articles, suited for publishing on blogs, WeChat, and newsletters. It includes hero sections, serif headings, styled quotes, code blocks, and custom bullets.

**Install:**

```bash
npx degit https://github.com/nexu-io/html-anything/tree/main/next/src/lib/templates/skills/article-magazine ~/.claude/skills/article-magazine
```

## README

【模板: 杂志文章】
- 顶部 hero: 大标题 (text-5xl/6xl) + 可选副标题 + 作者 / 阅读时间 / 日期元数据。
- 正文: 单栏, 最大宽度约 700px, 居中。段落 `text-lg leading-relaxed text-neutral-700 dark:text-neutral-300`。
- H2 / H3 标题用 serif 字体, 让正文与标题有视觉对比。
- 引用块使用左侧粗 accent 色边线 + 斜体。
- 代码块: 圆角 + 深色背景 + 浅色文字, 显示语言标签。
- 列表项使用自定义 bullet（小方块 / accent 圆点）。
- 章节之间用 `<hr>` 分隔, 但样式做成中央居中的小 ornament。
- 文末加一个简单的 "如果觉得有用，欢迎转发" 行动卡片。
