Skip to content

Commit

Permalink
Merge branch 'enhancements'
Browse files Browse the repository at this point in the history
* enhancements:
  Add jupyter notebooks to template
  • Loading branch information
cycomachead committed Aug 20, 2024
2 parents f183684 + ce70cfb commit 5327f0b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,22 @@

source 'https://rubygems.org'

# Gems at the top are used to build the site.
gem 'jekyll', '~> 4'

gem 'faraday-retry', '~> 2.2'
gem 'kramdown-parser-gfm'
gem 'webrick'

group :jekyll_plugins do
gem 'jekyll-github-metadata', '~> 2.16'
gem 'jekyll-jupyter-notebook'
gem 'jekyll-redirect-from'
gem 'jekyll-sitemap'
gem 'jemoji'
gem 'just-the-docs'
end

# These tools are use for running tests.
group :development, :test do
gem 'axe-core-capybara'
gem 'axe-core-rspec'
Expand All @@ -25,6 +27,7 @@ group :development, :test do
gem 'rackup'
gem 'rspec'
gem 'selenium-webdriver'
gem 'webrick'
end

group :development, :rubocop do
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ GEM
octokit (>= 4, < 7, != 4.4.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-jupyter-notebook (0.0.6)
jekyll
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (3.0.0)
Expand Down Expand Up @@ -258,6 +260,7 @@ DEPENDENCIES
faraday-retry (~> 2.2)
jekyll (~> 4)
jekyll-github-metadata (~> 2.16)
jekyll-jupyter-notebook
jekyll-redirect-from
jekyll-sitemap
jemoji
Expand Down
15 changes: 8 additions & 7 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ collections:
output: true
permalink: /:collection/:path/

# The sitemap **must** be enabled. It's published as /baseurl/sitemap.xml
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-github-metadata
- jekyll-include-cache
- jekyll-jupyter-notebook

# Default layouts for each collection type
defaults:
- scope:
Expand Down Expand Up @@ -160,13 +168,6 @@ sass:
quiet_deps: true
verbose: false

# The sitemap **must** be enabled. It's published as /baseurl/sitemap.xml
plugins:
- jekyll-sitemap
- jekyll-seo-tag
- jekyll-github-metadata
- jekyll-include-cache

# Theme settings
theme: just-the-docs
search_enabled: true
Expand Down

0 comments on commit 5327f0b

Please sign in to comment.