Skip to content

Commit f6d5e6b

Browse files
committed
document
1 parent cce8157 commit f6d5e6b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ You may optionally specify a `filename` after the `gist_id`:
4747

4848
This will produce the correct URL to show just the specified file in your post rather than the entire Gist.
4949

50+
## Disabling `noscript` support
51+
52+
By default, Jekyll Gist will make an HTTP call per Gist to retrieve the raw content of the Gist. This information is used to propagate `noscript` tags for search engines and browsers without Javascript support. If you'd like to disable this feature, for example, to speed up builds locally, simply add the following to your site's `_config.yml`:
53+
54+
```yml
55+
gist:
56+
noscript: false
57+
```
58+
5059
## Contributing
5160
5261
1. Fork it ( https://github.com/jekyll/jekyll-gist/fork )

0 commit comments

Comments
 (0)