11 comments (11 comments)2 reactions (2 reactions)0 assignees (0 assignees)HTML5,058 stars (5,058 stars)15,475 forks (15,475 forks)batch import
help wantedon hold
Description
Feature request: Support bootstrap 5
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.
- 1-3 hours
- 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.
- needs investigation
- Prerequisites
- Familiarity with Jekyll themesBasic knowledge of Bootstrap
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- Review the current Beautiful Jekyll theme structure (e.g., layouts, includes, assets/css) to understand how styles are organized. Investigate how to integrate Bootstrap 5 (via CDN or npm/yarn) without breaking existing customizations. Check discussions in the issue and any existing PRs (none found). Consider adding Bootstrap classes to layouts and components, and ensure compatibility with Jekyll's asset pipeline.