Exclude 'font/' from Jekyll build

This commit is contained in:
Dawid Potocki
2019-09-10 07:39:00 +12:00
parent a8b467fd1a
commit a0936af79e

View File

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