From 5dfdfc94abbfe32e1243c9bf810a39b916987ce7 Mon Sep 17 00:00:00 2001 From: "Chun-Yu Lee (Mat)" Date: Tue, 22 Oct 2024 17:44:48 +0800 Subject: [PATCH] feat: add jekyll-sitemap plugin Signed-off-by: Chun-Yu Lee (Mat) --- _config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/_config.yml b/_config.yml index 62910ab..cb55648 100644 --- a/_config.yml +++ b/_config.yml @@ -4,6 +4,7 @@ livereload: true plugins: - jekyll-remote-theme - jekyll-feed + - jekyll-sitemap exclude: - Gemfile - Gemfile.lock