Skip to content

Add Jekyll to static group - #22

Merged
pjcdawkins merged 2 commits into
mainfrom
add-jekyll-to-static-group
Dec 16, 2025
Merged

Add Jekyll to static group#22
pjcdawkins merged 2 commits into
mainfrom
add-jekyll-to-static-group

Conversation

@spk

@spk spk commented Dec 16, 2025

Copy link
Copy Markdown
Contributor

Summary

  • Add Jekyll to the static group in frameworks configuration
  • Jekyll is a static site generator and should be classified alongside other SSGs like Hugo, Astro, Eleventy, and Docusaurus
  • Changed from group: ruby to groups: [ruby, static]

Test plan

  • Run make test - all tests pass
  • Run make lint-gomod - go.mod validation passes
  • Verify configuration change is correct

🤖 Generated with Claude Code

spk and others added 2 commits December 16, 2025 14:04
Jekyll is a static site generator and should be classified in the static group alongside other SSGs like Hugo, Astro, Eleventy, and Docusaurus.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
Add test coverage verifying that Jekyll is correctly classified in both the ruby and static groups. The test includes:
- Jekyll project with Gemfile and Gemfile.lock
- Expected framework detection with version 4.3.2
- Expected groups: [ruby, static]
- Expected package manager detection (bundler)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@spk
spk requested a review from pjcdawkins December 16, 2025 13:10
@pjcdawkins
pjcdawkins merged commit 949dc43 into main Dec 16, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants