Skip to content

Commit

Permalink
Minor infrastructural updates
Browse files Browse the repository at this point in the history
  • Loading branch information
quicknir committed Feb 4, 2024
1 parent f3bf8fe commit 1882359
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ _gh_pages
_site
.ruby-version

# Ignore lockfile
Gemfile.lock

# Numerous always-ignore extensions
*.diff
*.err
Expand Down
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,5 @@ gem 'github-pages', group: :jekyll_plugins
group :jekyll_plugins do
gem 'hawkins'
end

gem "webrick", "~> 1.8"
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tagline: 'Fit for computer consumption'
description: 'Code, math, and all that good stuff.'
url: http://quicknir.github.io
baseurl: ''
gems: [jekyll-paginate hawkins]
plugins: [jekyll-paginate hawkins]
paginate: 5
future: true

Expand Down

0 comments on commit 1882359

Please sign in to comment.