jekyll-mathjax-csp 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7e8d81d890fe7c24488fd6fd9573d86504a184d0
4
- data.tar.gz: 78b3d2fdf8c0065dfbbb6a47d1f3d84652e2e94f
3
+ metadata.gz: 5a209927389b8fd66901413a3907eda9057ff75f
4
+ data.tar.gz: 72eec20294560139f603f5106c19b268beb1e6e4
5
5
  SHA512:
6
- metadata.gz: b616058752d9bd91f13d962e0f4a0e4a6d7a8436103d44e9168cea473fffcf20d636a5367fc46313e7103bc34096ed5acb8833d96bde791ab5e8579d651b1e26
7
- data.tar.gz: c92c0463764c80f2ddeac44b4b1f4e9a7c93581c13b3aa9968b1f9cc63fcce15fc9521a6563065c818f111f40ac178f8b9dd05b6f4a80814818ede6c29a15a8c
6
+ metadata.gz: af53f268eadd71c200fa84cea3660ee40de1a2f429925f0712fd44982ecaebfac227dd94af744be591fdb645ad8fe5a24e094eb914658a7b6a918282062a2389
7
+ data.tar.gz: e50d77381ed408af3a8419518d119f0953a89b98a8cfa7ed2a2ba19599bf9fefff567add1d9716f4efde77c0e747eb7f4b88af44c290e5b20470eb4b03528781
data/README.md CHANGED
@@ -33,7 +33,7 @@ The plugin runs the output of Jekyll's markdown parser [kramdown](http://kramdow
33
33
  - package-lock.json
34
34
  ```
35
35
 
36
- 4. Add the `{% mathjax_sources %}` Liquid tag where you want the CSP `'sha256-...'` hashes for `<style>` elements to be emitted. Don't forget to add the YAML front matter (two lines of `---`) to such files. If you specify your CSP in a different way, add the `style-src` sources the plugins prints to the console during build.
36
+ 4. Add the `{% mathjax_csp_sources %}` Liquid tag where you want the CSP `'sha256-...'` hashes for `<style>` elements to be emitted. Don't forget to add the YAML front matter (two lines of `---`) to such files. If you specify your CSP in a different way, add the `style-src` sources the plugins prints to the console during build.
37
37
 
38
38
  5. Include beautiful math in your posts!
39
39
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-mathjax-csp
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabian Henneke
@@ -39,7 +39,7 @@ dependencies:
39
39
  - !ruby/object:Gem::Version
40
40
  version: '3.0'
41
41
  description: Server-side MathJax rendering for Jekyll with a strict CSP
42
- email:
42
+ email: fabian@henneke.me
43
43
  executables: []
44
44
  extensions: []
45
45
  extra_rdoc_files: