You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello 😊
I tried to remove all dependencies to cdn.jsdelivr.net but I can't do it, I don't understand how to stop using cdn.jsdelivr.net, often working on my blog in the train (without internet) or in the country (where the connection is very bad) and for obvious privacy reasons
I tried to put the links of the .js and the .css (locally in the theme folder static/js and static/css) in /layouts/header/custom.html it works.
For anyone searching for this issue,
I created a module to remove all CDN links from Stack, except Cactus.
Its fully automated and will check for updates from upstream daily. https://github.com/FarisZR/Hugo-stack-no-cdn
Hello 😊
I tried to remove all dependencies to cdn.jsdelivr.net but I can't do it, I don't understand how to stop using cdn.jsdelivr.net, often working on my blog in the train (without internet) or in the country (where the connection is very bad) and for obvious privacy reasons
I tried to put the links of the
.js
and the.css
(locally in the theme folderstatic/js
andstatic/css
) in/layouts/header/custom.html
it works.I also don't understand how to remove the
external.yaml
file which is useless for me since I have the scripts and the css in the theme folder.Thanks 😉
The text was updated successfully, but these errors were encountered: