Add the following to your config.toml
custom_js = ["js/custom.js"]
in your head.html
{{ range .Site.Params.custom_js -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}
Under static -->js
save your custom.js file!
Rebuild
Add the following to your config.toml
custom_js = ["js/custom.js"]
in your head.html
{{ range .Site.Params.custom_js -}}
<link rel="stylesheet" href="{{ . | absURL }}">
{{- end }}
Under static -->js
save your custom.js file!
Rebuild
For further actions, you may consider blocking this person and/or reporting abuse
Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.
awedis -
Rez Moss -
Kevin Toshihiro Uehara -
sharathchandark -
Top comments (0)