From 1ac4bbbf551cfa0f71fac45d4d12b76c2cc03235 Mon Sep 17 00:00:00 2001 From: WHaverals Date: Tue, 27 Aug 2024 13:46:24 -0400 Subject: [PATCH] Update Gemfile and _config.yml --- Gemfile | 4 +++- _config.yml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 1389926..c2232d0 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,6 @@ source 'https://rubygems.org' gem 'github-pages', group: :jekyll_plugins gem 'webrick', '~> 1.7' -gem 'jekyll-seo-tag' \ No newline at end of file +gem 'jekyll-seo-tag' +gem "jekyll-seo-tag" +gem "jekyll-sitemap" \ No newline at end of file diff --git a/_config.yml b/_config.yml index a38c506..2dc8271 100644 --- a/_config.yml +++ b/_config.yml @@ -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"]