Skip to content

Commit 4c96ff7

Browse files
Fix for deployment
1 parent c8d02e7 commit 4c96ff7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ gem "just-the-docs"
55
gem 'github-pages', group: :jekyll_plugins
66

77
group :jekyll_plugins do
8-
# gem "jekyll-feed"
98
gem "jekyll-seo-tag"
109
gem "jekyll-tabs"
1110
end

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
remote_theme: just-the-docs/just-the-docs
1+
# remote_theme: just-the-docs/just-the-docs
22
repository: OpenGolfSim/opengolfsim.com
3-
# theme: just-the-docs
3+
theme: just-the-docs
44
logo: "/assets/logo-clear-white.svg"
55
color_scheme: ogs
66
plugins:

0 commit comments

Comments
 (0)