Skip to content

Commit

Permalink
Configure Jekyll plugin jekyll-remote-theme to support Docker usage (l…
Browse files Browse the repository at this point in the history
…ostisland#999)

I tried to build with Jekyll 3.6.x (`jekyll/jekyll:latest`). It went badly.

By following the author guide https://github.com/benbalter/jekyll-remote-theme I noticed we were missing a YAML configuration entry.
  • Loading branch information
Lewis Cowles authored and olleolleolle committed Jul 9, 2019
1 parent 8fa2b46 commit ac27ce5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ theme_settings:
# BUILD SETTINGS
markdown: kramdown
remote_theme: rohanchandra/type-theme

plugins:
- jekyll-feed
- jekyll-remote-theme

# GitHub settings
lsi: false
Expand Down

0 comments on commit ac27ce5

Please sign in to comment.