Skip to content

Commit

Permalink
Init Website Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
holand-e committed Mar 17, 2024
1 parent 8e655dd commit c454f78
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 385 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
docs/Gemfile
docs/Gemfile.lock
docs/_site/
13 changes: 5 additions & 8 deletions docs/Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# frozen_string_literal: true
source 'https://rubygems.org'

source "https://rubygems.org"
gem "jekyll", "~> 4.3.3" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2

gem "rails"
#gem "jekyll"
gem "nokogiri"
gem "yajl-ruby", "1.4.3"
gem "github-pages", "228", group: :jekyll_plugins
gem "webrick"
gem "just-the-docs", "0.7.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release
Loading

0 comments on commit c454f78

Please sign in to comment.