hswick/jutsu

Modify Page Header?

SeanMeyer opened this issue · 3 comments

This library is fantastic, but I'm wondering if it's necessary to have the Jutsu header on the page without any ability to change it. I'm working on a project where that would feel very out of place and was hoping for a way to change the page header. Would you be open to making the header an option that can be changed?

Hi! Glad you like it. Was gonna keep that till someone complained about it. So here we are :D

I️ was hoping to make it configurable so users could display different options. And the infrastructure to make it happen is in place.

If it’s urgent for you feel to make a PR otherwise I’ll change it when I️ get around to it

I'll look into making a PR soon, as I have been loving Jutsu and would like to contribute. I'm still pretty inexperienced at Clojure though, so it might take me some time. Thanks for this library btw!

There is now a third boolean argument with start-jutsu! to specify if page header should be there or not.

Ex:
(jutsu/start-jutsu! 3000 true false)

Will start jutsu at port 3000 automatically bring it up in the browser and not show the page header. I like to keep the header because it is a visual cue that everything is working.