Skip to content

Commit 815a8d9

Browse files
authored
Merge pull request #136 from KubaO/staging
Remove .bat files from all renders, and drop unused redirects.json.
2 parents 0cd90e5 + 488ed78 commit 815a8d9

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

docs/_config.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ callouts:
7272
# - vendor/gems/
7373
# - vendor/ruby/
7474

75+
redirect_from:
76+
json: false
77+
7578
# For copy button on code
7679
enable_copy_code_button: true
7780

@@ -145,8 +148,6 @@ offline_exclude:
145148
- CNAME
146149
- robots.txt
147150
- sitemap.xml
148-
- redirects.json
149-
- "*.bat"
150151

151152
# Excludes for both the build (Jekyll won't try to process these as
152153
# source) and the watcher (`jekyll serve` won't trigger a rebuild
@@ -155,4 +156,6 @@ offline_exclude:
155156
# Offlinify plugin's writes don't kick the watcher into an infinite
156157
# rebuild loop. Keep this in sync with also_build_offline above.
157158
exclude:
158-
- _site-offline
159+
- _site-offline
160+
- redirects.json
161+
- "*.bat"

0 commit comments

Comments
 (0)