We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8d02e7 commit 4c96ff7Copy full SHA for 4c96ff7
Gemfile
@@ -5,7 +5,6 @@ gem "just-the-docs"
5
gem 'github-pages', group: :jekyll_plugins
6
7
group :jekyll_plugins do
8
- # gem "jekyll-feed"
9
gem "jekyll-seo-tag"
10
gem "jekyll-tabs"
11
end
_config.yml
@@ -1,6 +1,6 @@
1
-remote_theme: just-the-docs/just-the-docs
+# remote_theme: just-the-docs/just-the-docs
2
repository: OpenGolfSim/opengolfsim.com
3
-# theme: just-the-docs
+theme: just-the-docs
4
logo: "/assets/logo-clear-white.svg"
color_scheme: ogs
plugins:
0 commit comments