Skip to content

Commit

Permalink
Remove github-pages gem (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
phrdang authored Jun 19, 2024
1 parent 733ab4a commit 1aa50e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'jekyll-sitemap'
gem 'just-the-docs'
gem 'kramdown-parser-gfm'
gem 'webrick'

group :development, :test do
Expand Down
5 changes: 5 additions & 0 deletions _layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
layout: default
---

{{ content }}
2 changes: 1 addition & 1 deletion home.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: home
layout: page
title: Just the Class
nav_exclude: true
permalink: /:path/
Expand Down

0 comments on commit 1aa50e5

Please sign in to comment.