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:
parent
36624947d7
commit
c77bb9d94d
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", "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
|
||||
|
|
|
|||
Loading…
Reference in a new issue