Third-Party Plugins
You can add or remove third-party plugins from config.toml
file. We create a loop for plugins. You can see two plugins loops here, the first one is for css
, and the last one is for js
.
Sometimes you need to close the Hugo server and run again for rendered correctly.
CSS plugins
[[params.plugins.css]]
link = "https://cdn.examplesite.com/your-plugin.css"
attributes = "your-attributes" # optional field
js plugins
[[params.plugins.js]]
link = "https://cdn.examplesite.com/your-plugin.js"
attributes = "your-attributes" # optional field