Need Expert Customization?

Let our experts handle your theme customization. We’ll fine-tune your site using best practices, performance insights, and tailored design improvements.

Check Our Services

Plugins

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
Improve this page on Github  — Last updated:  Sun, Aug 31, 2025