Skip to content

fix: use local gem theme instead of remote_theme to fix missing CSS/JS#1

Merged
BrewertonSantos merged 1 commit intomainfrom
fix/theme-remote-to-local
Mar 28, 2026
Merged

fix: use local gem theme instead of remote_theme to fix missing CSS/JS#1
BrewertonSantos merged 1 commit intomainfrom
fix/theme-remote-to-local

Conversation

@BrewertonSantos
Copy link
Copy Markdown
Collaborator

O config usava remote_theme mas o plugin jekyll-remote-theme nao estava no Gemfile. Isso fazia o Jekyll ignorar o tema e gerar HTML puro sem CSS/JS. Corrigido usando theme: just-the-docs com o gem ja presente no Gemfile.

Copilot AI review requested due to automatic review settings March 28, 2026 22:04
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adjusts the Jekyll site configuration to use the locally installed Just the Docs gem (instead of remote_theme) so the theme assets (CSS/JS) are applied during builds.

Changes:

  • Switch _config.yml from remote_theme to theme: just-the-docs.
  • Add webrick to the Gemfile for Ruby 3+ compatibility.
  • Add a Gemfile.lock to lock Ruby gem dependencies.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.

File Description
_config.yml Uses the local just-the-docs theme gem instead of remote_theme.
Gemfile Adds explicit webrick dependency.
Gemfile.lock Locks dependencies for reproducible installs/builds.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@BrewertonSantos BrewertonSantos merged commit ba25583 into main Mar 28, 2026
5 checks passed
@BrewertonSantos BrewertonSantos deleted the fix/theme-remote-to-local branch March 28, 2026 22:09
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.

3 participants