Neuron or Rib - Neuron

Welcome to the Functional Programming Zulip Chat Archive. You can join the chat here.

Rizary

Planning to start using this to build my company website. However I only found rib-sample as it's template. Do you know how you can implement your own css library like tailwind? I want to make my own custom design on zettels display and so on.

Which one should I use? Neuron or Rib?

TheMatten

@Rizary Neuron is specifically meant for managing Zettelkästen - so I guess you want to use Rib directly

Rizary

So if my company's blog post constructed with Zettelkasten in mind, then it still possible to use neuron and customize the design?

Sridhar Ratnakumar

@Rizary Is your company website going to be modelled based on Zettelkasten? (Like my personal website already is)

Sridhar Ratnakumar

The theme can be customized, if you use neuron as a library (rather than an executable).

Sridhar Ratnakumar

I used to do this, before switching back to using just the executable. You can see the diff here: https://github.com/srid/srid.ca/pull/1/files

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
Sridhar Ratnakumar

At the bottom of that deleted Main.hs you can see how I'm defining my own CSS, and then re-using Neuron's CSS at the very end via Z.style cfg.

Rizary

@Sridhar Ratnakumar that's the initial plan, like I want to have list of posts and card box style of new posts with the title and note number as it's subtitle for example . Thank you, I'll into the diff.