Skip to content

Commit

Permalink
Update Gemfile and _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WHaverals committed Aug 27, 2024
1 parent 06f5a31 commit 1ac4bbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
source 'https://rubygems.org'
gem 'github-pages', group: :jekyll_plugins
gem 'webrick', '~> 1.7'
gem 'jekyll-seo-tag'
gem 'jekyll-seo-tag'
gem "jekyll-seo-tag"
gem "jekyll-sitemap"
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tagline: Course Website
description: Reading materials and assignments for the course Introduction to Digital Humanities, taught at Princeton University in the Fall of 2024.
author: Wouter Haverals
baseurl: '/IntroDH-Fall2024' # the subpath of your site, e.g. /blog
url: 'https://github.com/WHaverals' # the base hostname & protocol for your site, e.g. http://example.com
url: url: 'https://whaverals.github.io' # the base hostname & protocol for your site, e.g. http://example.com
logo: 'assets/favicon/class-logo.png'
favicon_ico: 'assets/favicon/class-logo.ico'
exclude: ["Gemfile", "Gemfile.lock", "LICENSE"]
Expand Down

0 comments on commit 1ac4bbb

Please sign in to comment.