Closed whatacold closed 1 week ago
Hmm, why does slides.clj get this name? It seems there is nothing about slides in it.
Hmm, why does slides.clj get this name? It seems there is nothing about slides in it.
Ah, I see! We have to use it with quarto:
(clay/make! {:format [:quarto :revealjs]
:source-path "notebooks/slides.clj"})
Then it's not suitable to put it in "Get Started" as an example I think.
@whatacold This is really helpful, what a fantastic intro. I think you are right about your comments.
Hey Daniel,
The "Get Started" looks a little confusing for newly comers, at least for me when I first came to it, so I think maybe we can polish it a little bit. Inspired by #176 , I feel like we can start from a bare clj command line and then gradually cover a file and even a project.
This is just a proposal, feel free to change whatever you think is not clear or inaccurate.