forked from gethugothemes/hugo-modules
-
Notifications
You must be signed in to change notification settings - Fork 0
shortcodes codepen
Victor González-Pacheco edited this page Apr 17, 2025
·
1 revision
Add the following code to your module list in the config/_default/module.toml file.
[[imports]]
path = "github.com/gethugothemes/hugo-modules/shortcodes/codepen"Add the following code to your js plugins list in the config.toml file.
[[params.plugins.js]]
link = "https://cpwebassets.codepen.io/assets/embed/ei.js"
attributes = "async"Add the following script to your theme header.
<script src="https://cpwebassets.codepen.io/assets/embed/ei.js" async></script><!-- minimal use -->
{{< codepen QWvKwmq >}}
<!-- extended use -->
{{< codepen id="QWvKwmq" theme="light" height="600" >}}