From a2cb919f1e6e5146d6d79edf11a8d17043b79000 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 29 Sep 2023 13:34:13 +0300 Subject: [PATCH] _config.yml: fix deprecation warning & prettier --- _config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/_config.yml b/_config.yml index 2b2fc93d6..0aa368978 100644 --- a/_config.yml +++ b/_config.yml @@ -7,16 +7,16 @@ description: > # this means to ignore newlines until "baseurl:" baseurl: "" # the subpath of your site, e.g. /blog/ url: "https://supybot.mikaela.info/" # the base hostname & protocol for your site #twitter_username: jekyllrb -github_username: Mikaela +github_username: Mikaela # Custom settings timezone: Etc/UTC encoding: utf-8 -gems: - - jekyll-mentions - - jemoji - - jekyll-redirect-from - - jekyll-sitemap +plugins: + - jekyll-mentions + - jemoji + - jekyll-redirect-from + - jekyll-sitemap sitemap: - file: "/sitemap.xml" + file: "/sitemap.xml" include: [robots.txt]