From 8f9835075bf9b814c64c791d9f64b3d655ef2945 Mon Sep 17 00:00:00 2001 From: Dan Van Atta Date: Sat, 22 Jun 2024 20:45:49 -0700 Subject: [PATCH] Add jekyll-sitemap, generates a sitemap and robots.txt file (#402) --- README.md | 1 + _config.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b6f993..b43260f 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ On Ubuntu, run: sudo apt install ruby ruby-dev make gcc sudo gem install jekyll bundler sudo gem install jekyll-seo-tag +sudo gem install jekyll-sitemap ``` **2. Run a local version of the website.** Using Git, clone the latest version of this repository diff --git a/_config.yml b/_config.yml index 23cc2cf..5350c6c 100644 --- a/_config.yml +++ b/_config.yml @@ -23,4 +23,5 @@ exclude: plugins: - jekyll-seo-tag + - jekyll-sitemap