aboutsummaryrefslogtreecommitdiff
path: root/site/layouts/partials/scripts.html
AgeCommit message (Collapse)AuthorFilesLines
2020-05-07Use `safeHTMLAttr` in the `integrity` attributes.XhmikosR1-1/+1
2020-02-22Use `hugo.Environment` instead of `getenv` (#29240)XhmikosR1-2/+2
This is set automatically to "development" when the local server is running, and to "production" when Hugo builds the site.
2020-02-17scripts.html: don't load docsearch JS when it's not needed (#30205)XhmikosR1-1/+1
2019-11-04Move docs JS one folder up. (#29632)XhmikosR1-1/+1
2019-09-17Use Hugo for our docs Sass and JS. (#29280)XhmikosR1-9/+10
Now there's only one command needed to run the docs: `npm run docs-serve`. Also, simplify the npm scripts.
2019-07-17Fix docs search. (#29067)XhmikosR1-1/+1
2019-03-13Switch to Hugo.XhmikosR1-0/+19
No more Ruby dependency and most important more than 10 times less build time (at least on Windows)!