Fork me on GitHub
#cryogen
<
2019-12-10
>
carmen16:12:36

@jr0cket No first class support, no -- just add the iframe to your markup. What's your use case?

practicalli-johnny17:12:46

My usecase is simply embedding videos in blogs, I do a lot of video content (50+ hours on YouTube) and would like to use a cryogen website to present them in a nicer interface than YouTubes own website. I am okay using iframe. In other static site generators I have seen templates used, such as

{% youtube %}video-id{% youtube-end %}

practicalli-johnny17:12:09

It helps keep the markdown cleaner, but I can live with the iframe.

practicalli-johnny17:12:08

I am thinking of using the YouTube API to pull down a playlist and creating a more curated and engaging view of video content , but I may just do that in ClojureScript.

carmen17:12:08

Hm, maybe you can achieve that with custom selmer filters? https://github.com/yogthos/selmer#filters

practicalli-johnny17:12:39

Yes, I keep meaning to try selma. A very good idea, thanks.

carmen17:12:04

@yogthos should be able to provide some hints if you need help 🙂

practicalli-johnny17:12:12

I really enjoy using cryogen, its very fast and very simple to use. It was really easy to customise the theme too. So thank you for all the work you put into this project.

carmen17:12:36

You're welcome, I'm glad you enjoy it!