mirror of https://github.com/escalate/hugo-split-theme.git

Robert
19.32.2020 7be5e29081031c5370e3f6b3299e543be6de58aa
README.md
@@ -114,6 +114,16 @@
  youtubeId = "dk9uNWPP7EA"
```
##### Add Custom CSS
Put custom css styles in static/css/style.css and enable this css in the config:
```toml
[[params.custom.css]]
  enable = true
```
##### Additional settings
Set `mute` to `true` if you want the video to play muted and `false` if you want the sound. The video is coded to autoplay and loop. If you want to change that the code can be found in [`layouts/partials/video.html`](//github.com/escalate/hugo-split-theme/tree/master/layouts/partials/video.html).