4 comments (4 comments)0 reactions (0 reactions)0 assignees (0 assignees)HTML6,751 stars (6,751 stars)4,539 forks (4,539 forks)batch import
help wanted
Description
手机上右上角有三条横线可以快速导航 文章的各级标题是否能提供类似的效果 当前只有在网页上才会显示出catalog
Contributor guide
- Tech stack
- htmlcssjavascript
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- mostly clear
- Prerequisites
- HTML basicsCSS responsive designJavaScript DOM
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 65
- Research direction
- The issue requests a mobile table of contents similar to the desktop catalog. Start by examining how the desktop catalog is generated (likely from heading tags) and how the navigation icon works on mobile. Look at files in ` includes`, ` layouts`, `assets/css`, and `assets/js` to understand the current structure. Check if there is a Jekyll plugin for table of contents. Review comments for any suggested approaches. Implement a collapsible or scrollable catalog that appears on mobile when tapping an icon.