1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
## bootstrap
last update - 9may23
from https://getbootstrap.com,
download bootstrap-5.2.3-dist.zip,
unzip
export B=bootstrap-5.2.3-dist
cd <bornagain>/hugo/static
mv $B/js/bootstrap.js js/
mv $B/js/bootstrap.js.min js/
mv $B/css/bootstrap.css css/
mv $B/css/bootstrap.css.min css/
== jQuery
last update - 9may23, prompted by FZJ security audit
from https://jquery.com/download/
- download the compressed, production jQuery
- download the uncompressed, development jQuery
mv /io/jquery-3.6.4.js jquery.js
mv /io/jquery-3.6.4.min.js jquery.min.js
|