_config.yml: fix deprecation warning & prettier

This commit is contained in:
Aminda Suomalainen 2023-09-29 13:34:13 +03:00
parent 100b970c34
commit a2cb919f1e
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 7 additions and 7 deletions

View File

@ -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]