From 90541bf8ffea9a4bc22ca7313e3550ab0f9f4f92 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Wed, 12 Apr 2017 21:40:53 +0300 Subject: [PATCH] exampleSite/config.toml: Document disable_sri option --- exampleSite/config.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 04b6ea2..3dbf59e 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -74,6 +74,10 @@ paginate = 5 # Display post summaries instead of content in list templates (default: true) #truncate = true + # Disable the use of sub-resource integrity on CSS/JS assets (default: false) + # Useful if you're using a CDN or other host where you can't control cache headers + #disable_sri = false + [params.sidebar] # Optional about block for sidebar (can be Markdown) about = "A simple Hugo theme based on the [Bootstrap v4 blog example](http://v4-alpha.getbootstrap.com/examples/blog/)."