Skip to content

Commit

Permalink
Fix theme issue for GitHub Pages
Browse files Browse the repository at this point in the history
  • Loading branch information
paulzzy committed Apr 14, 2024
1 parent 89bcc4e commit 92b8046
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ url: https://openproject.space # the base hostname & protocol for your site, e.g
locale: "en_US"

# Build settings
theme: minimal-mistakes-jekyll
# `remote_theme` required for GitHub Pages (see https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/adding-a-theme-to-your-github-pages-site-using-jekyll#adding-a-theme)
remote_theme: minimal-mistakes-jekyll
minimal_mistakes_skin: "dark"
plugins:
- jekyll-feed
Expand Down

0 comments on commit 92b8046

Please sign in to comment.