Fork me on GitHub
#cryogen
<
2020-11-29
>
borkdude10:11:49

@holyjak I had a similar problem with your PRs for babashka. This is likely because you also have added the forked project to CircleCI under your own account.

Jakub Holý (HolyJak)10:11:38

Oh, I have no idea that happened! Thanks a lot!

Jakub Holý (HolyJak)18:11:28

Hm, when I go to https://app.circleci.com/projects/project-dashboard/github/holyjak I see all my projects and fork incl. babashka with "Set up project" indicating to me that they are not added anywhere...

borkdude20:11:01

ok, then I don't know what happened

Eugen18:11:09

does cryogen support building tag clouds OOTB?

Jakub Holý (HolyJak)18:11:47

No. But you could do something like this http://cryogenweb.org/docs/customizing-cryogen.html#add_counts_of_tag_occurrences to add tag counts and use that info in the page to create the tag cloud using a JS library?

Jakub Holý (HolyJak)18:11:38

If it helps, we could also consider including tag counts OOTB, that would be a simple change, I suppose.

Eugen18:11:21

I think it's such a common case that we could add the function and make it opt in opt out via a config flag . wdyt?

Jakub Holý (HolyJak)22:11:33

Counts or tag cloud you mean?

Eugen09:11:30

I think both, but counts is more basic - can be used in other ways.

Eugen18:11:32

@holyjak: can you share the source of your cryogen website? I would like to "borrow" some code if that is ok with you. I would like to have website sections and put content there based on that: • a section root directory where the content for that section can be placed • a section index where pages from that section can be displayed

Jakub Holý (HolyJak)19:11:42

You mean section index like the sidebar index at http://cryogenweb.org/docs/home.html?

Eugen19:11:41

thanks, I will check it out tomoorow - looks vey much what I have in mind. I will also go through all the docs (again)