Fork me on GitHub
#calva
<
2020-04-10
>
pez15:04:48

Lookie here!

hindol15:04:56

That was fast! And it does look pretty!

hindol15:04:49

If you can, can you use some colors from the Calva logo itself for the theme instead of the blue? We subconsciously associate these things.

hindol15:04:36

When 20+ tabs are open, every bit of visual cue helps to find the right tab.

hindol15:04:25

And while you are at it, change the favicon to Calva's.

pez16:04:45

I changed the color of the header. But need to figure out how to fix the favicon.

hindol17:04:09

Which service are you using to host the site?

pez18:04:56

GitHub pages.

hindol18:04:55

Served from the Calva repo itself?

hindol18:04:48

So there are two ways. One is to simply drop a favicon.ico file in the root HTTP directory. The other is to specify it in the HTML itself: https://stackoverflow.com/questions/35037482/favicon-with-github-pages

pez20:04:01

It used to be served from the calva repo, but because reasons, it is now from a separate repo, calva-docs.

pez20:04:18

The trick here will be how to make mkdocs use the calva favicon instead of its own. I've tried to configure it like that, but am misunderstanding something...

orestis17:04:24

You can essentially as I understand it use Webviews for specific file types. Could be an easy way to use some Cljs - based inspector for EDN values?

bringe18:04:37

Very interesting

pez18:04:42

Yes, custom editor api is on my to-do to learn about. Even though I am more leaning towards using regular editors.