Reduce the number of files that Jekyll rebuilds

This commit is contained in:
Jeff Parsons 2016-01-10 13:40:47 -08:00
commit 8ec60a400c

View file

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