Skip to content

Commit

Permalink
Follow GitHub set up tutorial steps
Browse files Browse the repository at this point in the history
  • Loading branch information
kieran-pringle committed Jan 26, 2025
1 parent 472e748 commit 5857fe9
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 77 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,6 @@ _site
.jekyll-cache
.jekyll-metadata
vendor

# https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll
Gemfile.lock
8 changes: 7 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@ source "https://rubygems.org"
#
# bundle exec jekyll serve
#
# Check github pages versions here: https://pages.github.com/versions/
#
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
gem "jekyll", "~> 4.3.4"
# NB: github pages own advice to comment this out:
# https://docs.github.com/en/pages/setting-up-a-github-pages-site-with-jekyll/creating-a-github-pages-site-with-jekyll
# gem "jekyll", "~> 4.3.4"

# This is the default theme for new Jekyll sites. You may change this to anything you like.
gem "minima", "~> 2.5"
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
Expand All @@ -16,6 +21,7 @@ gem "minima", "~> 2.5"
# If you have any plugins, put them here!
group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12"
gem "github-pages", "~> 232"
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand Down
Loading

0 comments on commit 5857fe9

Please sign in to comment.