Kirby CMS + Plyr video player (HTML5/YouTube/Vimeo). Uses the kirby-embed plugin.
.
├── site
│ ├── blueprints
│ │ └── pages
│ │ └── home.yml
│ ├── plugins
│ │ └── embed
│ └── templates
│ └── home.php
├── src
│ ├── js
│ │ └── main.js
│ └── scss
│ ├── main.scss
│ └── plyr
│ └── plyr-custom.scss
└── rollup.config.js
- Run in terminal:
composer install
valet link # for valet users, otherwise an alternative
npm install
npm run watch # or npm run build
- Go to
{url}/panel
and create a new Panel user - Then go to
{url}/panel/pages/home
, enter video URL and hit "Save"