Exclude 'font/' from Jekyll build

This commit is contained in:
Dawid Potocki 2019-09-10 07:39:00 +12:00
parent a8b467fd1a
commit a0936af79e
No known key found for this signature in database
GPG Key ID: ABE36F31298C1EF5

View File

@ -8,3 +8,4 @@ plugins:
sitemap:
file: "/sitemap.xml"
include: [".well-known"]
exclude: ["font"]