Back to list
sushantvema

quartz-docs-navigator

by sushantvema

0🍴 0📅 Jan 17, 2026

SKILL.md


Quartz Documentation Navigator

Find the right Quartz docs to answer implementation questions.

Quick Reference

First, load the docs map: Read references/docs_structure.md for comprehensive overview.

For Feature Questions

Pattern: "How do I add/enable [feature]?"

  1. Check references/docs_structure.md for the feature
  2. Read the corresponding docs/features/[feature].md
  3. Check docs/configuration.md for enabling the feature

Examples:

  • "How do I add backlinks?" → docs/features/backlinks.md
  • "How do I add an RSS feed?" → docs/features/RSS Feed.md
  • "How do I enable dark mode?" → docs/features/darkmode.md

For Layout/Component Questions

Pattern: "How do I modify/customize [UI element]?"

  1. Check docs/layout.md for page structure
  2. Check docs/layout-components.md for available components
  3. For custom components: docs/advanced/creating components.md

Examples:

  • "How do I change the sidebar?" → docs/layout.md
  • "How do I add a custom header?" → docs/advanced/creating components.md

For Content Authoring Questions

Pattern: "How do I add/format [content]?"

  1. Check docs/authoring content.md
  2. For specific syntax: docs/features/[feature].md

Examples:

  • "How do I add images?" → docs/authoring content.md
  • "How do I use callouts?" → docs/features/callouts.md
  • "How do I add LaTeX?" → docs/features/Latex.md

For Plugin Questions

Pattern: "How does [plugin] work?" or "How to configure [plugin]?"

  1. Check docs/plugins/[Plugin].md
  2. For custom plugins: docs/advanced/making plugins.md

Examples:

  • "How does ExplicitPublish work?" → docs/plugins/ExplicitPublish.md
  • "How to create a custom plugin?" → docs/advanced/making plugins.md

For Build/Deploy Questions

  1. Build process: docs/build.md
  2. Deployment: docs/hosting.md
  3. Configuration: docs/configuration.md

Common Questions → Docs Mapping

QuestionPrimary Doc
Add inline imagesdocs/authoring content.md
Enable backlinksdocs/features/backlinks.md
Add RSS feeddocs/features/RSS Feed.md
Modify UI componentsdocs/layout-components.md + docs/layout.md
Create custom componentdocs/advanced/creating components.md
Enable searchdocs/features/full-text search.md
Configure site metadatadocs/configuration.md
Deploy to GitHub Pagesdocs/hosting.md
Handle unpublished notesdocs/features/private pages.md
Add dark mode toggledocs/features/darkmode.md
Enable graph viewdocs/features/graph view.md
Add table of contentsdocs/features/table of contents.md

Workflow

  1. Understand the question - What is the user trying to implement?
  2. Consult docs map - Read references/docs_structure.md to find relevant docs
  3. Read primary doc - Load and read the most relevant doc file
  4. Read supporting docs - If needed, check related docs for configuration/setup
  5. Provide answer - Synthesize information with code examples if available

Important Notes

  • Docs are in the docs/ directory of the Quartz repo
  • Features require configuration in quartz.config.ts
  • Layout changes happen in quartz.layout.ts
  • Most features are opt-in via configuration
  • For code examples, prefer reading the actual doc files over invention

Score

Total Score

60/100

Based on repository quality metrics

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

Reviews

💬

Reviews coming soon