Become a backer or sponsor to support our work.
Module | github.com/hugomods/video-js |
---|---|
Stats |
hugo.yaml
1module:
2 imports:
3 - path: github.com/hugomods/video-js
hugo.toml
1[module]
2 [[module.imports]]
3 path = 'github.com/hugomods/video-js'
hugo.json
1{
2 "module": {
3 "imports": [
4 {
5 "path": "github.com/hugomods/video-js"
6 }
7 ]
8 }
9}
Note
Please skip this step if your theme supports HugoPress, such as HB Framework themes.
1{{ partial "video-js/assets/css" . }}
Note
Please skip this step if your theme supports HugoPress, such as HB Framework themes.
1{{ partial "video-js/assets/js" . }}