Reduce the number of files that Jekyll rebuilds
This commit is contained in:
parent
fe23128a99
commit
8ec60a400c
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue