More Jekyll exclusions (because it seems that an exclusion for the root doesn't work for subdirectories, and vice versa)

This commit is contained in:
Jeff Parsons 2016-01-16 16:19:42 -08:00
commit c77bb9d94d

View file

@ -14,7 +14,7 @@ github_username: jeffpar
# Build settings
exclude: ["index.html", "logs", "node_modules", "**/c64", "src", "**/src", "**/static", "tmp", "videos", "web"]
exclude: ["index.html", "**/index.html", "logs", "node_modules", "**/c64", "src", "**/src", "**/static", "tmp", "videos", "web"]
markdown: kramdown
kramdown:
input: GFM