diff options
| -rw-r--r-- | CHANGELOG.md | 4 | ||||
| -rw-r--r-- | config.yaml | 4 | ||||
| -rw-r--r-- | go.mod | 1 | ||||
| -rw-r--r-- | go.sum | 2 |
4 files changed, 4 insertions, 7 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6dc5c11..1b9e9c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `list.jsonfeed.json` - Load `ga.js` only on production mode +### Removed + +- Remove no longer needed jQuery library + ## [v0.4.0](https://github.com/sergeyklay/gohugo-theme-ed/compare/v0.3.0...v0.4.0) ### Added diff --git a/config.yaml b/config.yaml index 1a57cc2..6aefd31 100644 --- a/config.yaml +++ b/config.yaml @@ -5,10 +5,6 @@ module: min: '0.95.0' imports: - - path: github.com/jquery/jquery-dist - mounts: - - source: dist/jquery.js - target: assets/js/vendor/jquery.js - path: github.com/olivernn/lunr.js mounts: - source: lunr.js @@ -4,6 +4,5 @@ go 1.18 require ( github.com/MihaiValentin/lunr-languages v0.0.0-20210817201033-8ae43bc02b3c // indirect - github.com/jquery/jquery-dist v0.0.0-20210302171154-e786e3d9707f // indirect github.com/olivernn/lunr.js v2.3.9+incompatible // indirect ) @@ -1,6 +1,4 @@ github.com/MihaiValentin/lunr-languages v0.0.0-20210817201033-8ae43bc02b3c h1:SqqRAtde0bvyMuamLWo0nAdh91JPFMfGtsL2kEPnyE8= github.com/MihaiValentin/lunr-languages v0.0.0-20210817201033-8ae43bc02b3c/go.mod h1:9u5XeCq3kYXZEJvSRP8Pz2qBAsNsmIM9ssN2fE1MnPw= -github.com/jquery/jquery-dist v0.0.0-20210302171154-e786e3d9707f h1:VrcFwwDo/nKErNIKmp//iOGu7DlRkBTeW//hN7tl7SU= -github.com/jquery/jquery-dist v0.0.0-20210302171154-e786e3d9707f/go.mod h1:/lTfttEqFU0GWTaOOMIeNTzLGQ7yTIgyzjtkS/pYIoc= github.com/olivernn/lunr.js v2.3.9+incompatible h1:eH8iBnjlR4mwlYDdNuqy9PCNLjp2bEs6aoNnTSaccx0= github.com/olivernn/lunr.js v2.3.9+incompatible/go.mod h1:yEkQ1DUSMtNsn8n2CqvQXZd0ErWPEG8g9QRmblR+KS8= |
