Fork me on GitHub
#klipse
<
2017-04-10
>
Drew Verlee19:04:37

Any advice on how to get rolling with a blog where i can leverage kilpse? I would sacrifice control for simplicity.

Drew Verlee19:04:01

I’m guessing it doesn’t really matter what else i use around Klipse, so i suppose i’m looking for reccomendations

madstap19:04:09

Cryogen has automatic klipse integration: http://cryogenweb.org/docs/klipse.html

Drew Verlee19:04:14

That looks great! I was trying to find something like that and nothing was coming up in my search results. I was probably being to general.

pesterhazy19:04:48

I think it's as easy as adding the js file as a script tag and passing it the code tag types that should be klipsified

madstap19:04:37

Yeah, it's gonna be pretty trivial to add to any blogging platform that lets you modify the html output.

madstap19:04:49

Also, disclosure: I wrote that klipse integration stuff.

madstap19:04:24

Cryogen is pretty nice for a no fuzz, instant setup though.

Drew Verlee20:04:15

@madstap Now for what i assume is a very embarrassing question. Sense Cyrogen is a static site generator then i assume their is no way for the user to enter input and use klipse to eval code in the browser.

Drew Verlee20:04:28

actual the docs suggest otherwise. let me dig furhter.

Drew Verlee21:04:15

yep got it to work. just had a typo, which was nicly pointed out by the scheme!

madstap23:04:15

@drewverlee Yeah, like you probably found out, that's actually exactly wrong 🙂, klipse is strictly a client side thing that works in the browser. Glad you figured it out. When you publish something, you should give @viebel a ping so he can add your blog to the list of klipse users.

Drew Verlee23:04:47

@madstap Will do. This setup is awesome, you made my week!