hns-www-docs-shortcodes
Solidwww Hugo 숏코드 카탈로그 — icon/mascot/terminal/catalog-count/employee-skills/mermaid/version 등 10종 사용법. 하드코딩 금지 집계 숏코드 포함.
AI & Automation 295 stars
72 forks Updated 3 days ago Apache-2.0
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Hugo 숏코드 카탈로그 (www/layouts/shortcodes/)
| 숏코드 | 용도 | 호출 예 |
|---|---|---|
| `icon` | DS Lucide 아이콘 (이모지 대체 전용) | `{{< icon check >}}` · `{{< icon name="triangle-alert" size="20" class="tone-warning" >}}` |
| `mascot` | 6종 마스코트 | `{{< mascot thinking >}}` |
| `terminal` | macOS 터미널 chrome 코드블록 | `{{< terminal title="설치" lang="bash" >}}...{{< /terminal >}}` |
| `catalog-count` | data에서 자동 집계 (**하드코딩 금지**) | `{{< catalog-count plugins >}}` · `{{< catalog-count skills >}}` |
| `employee-agents` | 직원별 에이전트 표 자동 생성 | `{{< employee-agents "moai-designer" >}}` |
| `employee-skills` | 직원별 스킬 표 자동 생성 | `{{< employee-skills "moai-designer" >}}` |
| `mermaid` | 다이어그램 (DS 팔레트 자동) | `{{< mermaid >}}...{{< /mermaid >}}` |
| `version` | 사이트 버전 (v1.1.0) | `{{< version >}}` |
| `release-date` | 릴리스 날짜 | `{{< release-date >}}` |
| `screenshot-request` | 스크린샷 자리표시자 (DS alert) | `{{< screenshot-request "설명" >}}` |
## 규칙
- **catalog-count / employee-agents / employee-skills**는 `data/agent_teams.json`에서 자동 집계 — **하드코딩 금지** (드리프트 방지). 데이터는 `gen-agent-teams.py`로 재생성.
- `icon`은 이모지의 **유일한 대체** — 본문에 이모지 쓰지 말고 `icon` 숏코드.
- 마크다운 호출과 레이아웃 partial 호출(`{{ partial "ds-icon" "camera" }}`) 양쪽 지원.
Details
- Author
- modu-ai
- Repository
- modu-ai/moai-cowork
- Created
- 2 months ago
- Last Updated
- 3 days ago
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
hns-www-docs-ds-rules
www 디자인 시스템 규칙 SSOT — 이모지 금지·Lucide 아이콘·4종 폰트·WCAG 대비·mermaid 팔레트. CLAUDE.local.md(gitignored)를 하네스가 읽을 수 있게 인라인.
295 Updated 3 days ago
modu-ai AI & Automation Solid
hns-www-docs-verify
www 빌드/검증 레시피 — hugo 빌드 + WCAG 대비(check-contrast.py) + 내부 링크(check-links.mjs). /harness:www-docs verify 게이트.
295 Updated 3 days ago
modu-ai AI & Automation Solid
hns-www-docs-content
www 문서 멀티모달 콘텐츠 가이드 — mermaid(직접)/SVG(직접)/Higgsfield(Skill 위임) 선택 기준 + 위임 계약. REQ-IA-019 per-page mermaid.
295 Updated 3 days ago
modu-ai