issues
search
eddiewebb
/
hugo-resume
A Hugo theme ported from startbootrap.com's resume template
https://themes.gohugo.io/hugo-resume/
MIT License
265
stars
236
forks
source link
Replaced Smooth Scrolling with Polyfills instead of JQuery Easing.
#84
Closed
awhitford
closed
1 year ago
awhitford
commented
4 years ago
This approach has the following advantages:
Polyfills are more consistent with HTML standards.
Removing the JQuery Easing library means that we can use JQuery Slim instead of the normal edition.
Overall, this saves about 16% in uncompressed asset size.
This approach has the following advantages: