Skip to content
This repository has been archived by the owner on Aug 16, 2022. It is now read-only.

Commit

Permalink
Adds Jekyll remote theme configuration, removes local theme configura…
Browse files Browse the repository at this point in the history
…tion

Note that local builds now throw invalid warnings as noted in: jekyll/jekyll#7630
  • Loading branch information
aetter committed May 20, 2019
1 parent 2c2a435 commit 327e706
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gem "just-the-docs", "~> 0.2.5"
# If you have any plugins, put them here!
group :jekyll_plugins do
# gem "jekyll-feed", "~> 0.6"
gem "jekyll-remote-theme"
end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
5 changes: 3 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,8 @@ permalink: pretty
# Build settings
markdown: kramdown
remote_theme: pmarsceill/just-the-docs
theme: just-the-docs

# Kramdown settings

kramdown:
toc_levels: 2..3

Expand All @@ -44,6 +42,9 @@ ga_tracking: UA-135423944-1
# Adds on-hover anchor links to h2-h6
anchor_links: true

plugins:
- jekyll-remote-theme

# Exclude from processing.
# The following items will not be processed, by default. Create a custom list
# to override the default setting.
Expand Down

0 comments on commit 327e706

Please sign in to comment.